vat-gst-calculator 0.4.0 → 0.4.1
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: 13b00a4175e45f2999119195f36153fd7693df6b0bda35d8db6c928b8d2b9372
|
4
|
+
data.tar.gz: dda5dca148be98f2445d41f59becb284971b5ea772a8210090776ee402ba09a6
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 750c88bee2773b2809f3c766819e4471e4131bbd43393406ce90f29e688841d5605166a84e139ca3fce92f0628da8e13267cbbbac075914a3cafb31f237a7b40
|
7
|
+
data.tar.gz: 2a80b89eab3661efb916807a86fd99e34f7c33bbb7129144aa91479082ed51d983bb45450e25ee359db992e9cfb1597faf87eb60254359ab399fd52f6d291cde
|
@@ -141,6 +141,11 @@ module Easyship
|
|
141
141
|
sales_tax: { '_ALL': build_fee_struct(0.24, 0, 0, 0) },
|
142
142
|
provincial_sales_taxes: { '_ALL': no_taxes }
|
143
143
|
},
|
144
|
+
'CN' => {
|
145
|
+
sales_tax_website_name: 'VAT',
|
146
|
+
sales_tax: { '_ALL': build_fee_struct(0.06, 0, 0, 0) },
|
147
|
+
provincial_sales_taxes: { '_ALL': no_taxes }
|
148
|
+
},
|
144
149
|
'NO' => {
|
145
150
|
sales_tax_website_name: 'VAT',
|
146
151
|
sales_tax: { '_ALL': build_fee_struct(0.25, 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.1
|
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: 2020-
|
12
|
+
date: 2020-08-18 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: bundler
|