vat-gst-calculator 0.4.3 → 0.4.7
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: 767e6af548164f451c54c373635983f8c7f99e2a7f1b95aad163e7d4f267a859
|
4
|
+
data.tar.gz: f38c39e4e9f499a0e4bc7ec14a4dd2e41b8da414709aef48dde5c333e55c0018
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: effb6e5854843ecf42571a32a8441fdddd00afd4cc820566d2f3666b76c844de226551a078607bd65e93e1d7a1c879939a28337eb1e661763a763e76a1dd15bc
|
7
|
+
data.tar.gz: fb6c77058257f1636440aff1b2bed79858aafecf34bdca9f763a5eb53e00132ddff2fac38f53c543380614a7b7df59a965bb3d537f4aed7d82663aed9c026215
|
@@ -63,7 +63,7 @@ module Easyship
|
|
63
63
|
},
|
64
64
|
'SG' => {
|
65
65
|
sales_tax_website_name: 'GST',
|
66
|
-
sales_tax: { '_ALL': build_fee_struct(0.07, 0, 0, 0) },
|
66
|
+
sales_tax: { '_ALL': build_fee_struct(0.07, 0.07, 0.07, 0.07) },
|
67
67
|
provincial_sales_taxes: { '_ALL': no_taxes }
|
68
68
|
},
|
69
69
|
'HK' => {
|
@@ -126,6 +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
|
+
'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
|
+
},
|
129
134
|
'IE' => {
|
130
135
|
sales_tax_website_name: 'VAT',
|
131
136
|
sales_tax: { '_ALL': build_fee_struct(0.23, 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.
|
4
|
+
version: 0.4.7
|
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: 2021-
|
12
|
+
date: 2021-12-02 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: bundler
|