vat-gst-calculator 0.4.4 → 0.4.5
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: 295345bce96366a99a0ebabff3c1fe5e65e738ae93b0ca1551f4e5ff38a9e094
|
4
|
+
data.tar.gz: 6420103dcf41cecdc98ab4fef392b3209ef8cdfbb6bf32eb28cee1b39a941c66
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 2f932f38cef12a29082fb53f1eb8ef564b4547e796e440af13ba4f6353bf0247c4b57eeb301ce986b04824206235989a57693b16ce322b02a97877a9c13ba3ce
|
7
|
+
data.tar.gz: 7d3c45b87ac832623d8f41ec95794280ccea0c94657a3b450b220f087745ca6e2e3df197a141128b3649c24026c7c561e5578d782ea5bd0770252b94f00cf97e
|
@@ -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.5
|
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-06-
|
12
|
+
date: 2021-06-25 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: bundler
|