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: 8aba82b8e2c0c9ec5dfc0895f3b677fae3f7b217cbffd2f04916002f99c5164a
4
- data.tar.gz: 93b1e57053506d5cb83262996d3a3bb25ae72ea68c282b36068d4ad36df986b9
3
+ metadata.gz: 13b00a4175e45f2999119195f36153fd7693df6b0bda35d8db6c928b8d2b9372
4
+ data.tar.gz: dda5dca148be98f2445d41f59becb284971b5ea772a8210090776ee402ba09a6
5
5
  SHA512:
6
- metadata.gz: 88d7062015d54ae55c666ff57d5fadda4c834d142ac2b2b84e942109b89c381c4f051236f480ef79614a1f54f854421e1ca66b39173ba0e580f2810deb34807e
7
- data.tar.gz: 39885d930824e3065441624c495b30e1c2c1d42aa42c50f4562bfc9d2873e93374a77df51efddeaa746800ad96495632f999177af4b3219c15ee6ad6e0882df7
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) },
@@ -1,7 +1,7 @@
1
1
  module Easyship
2
2
  module SalesTax
3
3
  module Calculator
4
- VERSION = "0.4.0"
4
+ VERSION = "0.4.1"
5
5
  end
6
6
  end
7
7
  end
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.0
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-03-09 00:00:00.000000000 Z
12
+ date: 2020-08-18 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: bundler