vat-gst-calculator 0.4.8 → 0.5.0
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: b41f3eb40c2fc01049599af67185633c146994e9e8aa68ef2518ecee6d4cdc3f
|
4
|
+
data.tar.gz: 7603c43981f2bcb359a77be92d714873dbfbb0b0e8d035ab401b94e6e5b995e6
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b61a549c2b33e5549bce687e018516f4f8b2218634c25ac81c799d732239cc3461f73a8b502b24749c3657abe206b09f4695284c2167836f300882c40aa1bb5b
|
7
|
+
data.tar.gz: 7ef3a105c047ed5c26806df2bc2a5f7da234c7a36b079c19a13c40d19481ce7f2be781e67554e3c2050e60e993e419fe933d040325fa0951014a16e92573c6fc
|
@@ -126,11 +126,11 @@ module Easyship
|
|
126
126
|
# sales_tax: { '_ALL': build_fee_struct(0.2, 0, 0, 0) },
|
127
127
|
# provincial_sales_taxes: { '_ALL': no_taxes }
|
128
128
|
# },
|
129
|
-
|
130
|
-
|
131
|
-
|
132
|
-
|
133
|
-
|
129
|
+
'AE' => {
|
130
|
+
sales_tax_website_name: 'VAT',
|
131
|
+
sales_tax: { '_ALL': build_fee_struct(0.05, 0, 0, 0) },
|
132
|
+
provincial_sales_taxes: { '_ALL': no_taxes }
|
133
|
+
},
|
134
134
|
# 'IE' => {
|
135
135
|
# sales_tax_website_name: 'VAT',
|
136
136
|
# sales_tax: { '_ALL': build_fee_struct(0.23, 0, 0, 0) },
|
@@ -176,11 +176,11 @@ module Easyship
|
|
176
176
|
# sales_tax: { '_ALL': build_fee_struct(0.1, 0, 0, 0) },
|
177
177
|
# provincial_sales_taxes: { '_ALL': no_taxes }
|
178
178
|
# },
|
179
|
-
|
180
|
-
|
181
|
-
|
182
|
-
|
183
|
-
|
179
|
+
'NZ' => {
|
180
|
+
sales_tax_website_name: 'VAT',
|
181
|
+
sales_tax: { '_ALL': build_fee_struct(0.15, 0.15, 0.15, 0.15) },
|
182
|
+
provincial_sales_taxes: { '_ALL': no_taxes }
|
183
|
+
},
|
184
184
|
# 'IN' => {
|
185
185
|
# sales_tax_website_name: 'VAT',
|
186
186
|
# sales_tax: { '_ALL': build_fee_struct(0.15, 0, 0, 0) },
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: vat-gst-calculator
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.5.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Aloha Chen
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: exe
|
11
11
|
cert_chain: []
|
12
|
-
date:
|
12
|
+
date: 2022-11-11 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: bundler
|