suretax 0.2.2 → 0.2.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/lib/suretax/constants/transaction_type_codes.rb +0 -1
- data/lib/suretax/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: c8eea17484cffad2ec21fedb1aaea5e82c30f11d
|
|
4
|
+
data.tar.gz: 4b09457c6438ca37dbdbaf17ae748571e329af61
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: bd55c15f9346a5b0641b42de1b65fd13f2c54d0c6e1744426d15d55061ea77cd81487ccffd1e071c65cf3b40d8ebe54e46825f8b2d911d494ac5e4edb8eca193
|
|
7
|
+
data.tar.gz: 775f5acfc58fe56cfedb10779d05c84d20dbc3a48a3404b912660ff2232812c8af843d051258f731b0c1d4f2558b3958f0d9343b1fdcf76e5f0699c34e9985bc
|
|
@@ -145,7 +145,6 @@ module Suretax
|
|
|
145
145
|
"060102" => "Internet, Broadband Transmission Charges",
|
|
146
146
|
"070201" => "Private Line, Data - Line Charge - Intrastate Intracity",
|
|
147
147
|
"070249" => "Private Line, Data - Line Charge - Interstate",
|
|
148
|
-
"070249" => "Private Line, Data - Line Charge - Intrastate Intracity",
|
|
149
148
|
"070250" => "Private Line, Data - Local Loop Connecting To Interstate Line",
|
|
150
149
|
"070251" => "Private Line, Data - Connection/Disconnection - Interstate",
|
|
151
150
|
"070101" => "Private Line, Voice - Line Charge - Intrastate Intracity",
|
data/lib/suretax/version.rb
CHANGED