vat-gst-calculator 0.4.9 → 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: 366cf261abb53b08f2be204058b98e37fba5cd53bd33b3fd45833e5b98160d37
4
- data.tar.gz: 3b621d0a89a6d0500b8e3cb84170e39bf88dc5c19e75e27ac741a328c83b5989
3
+ metadata.gz: b41f3eb40c2fc01049599af67185633c146994e9e8aa68ef2518ecee6d4cdc3f
4
+ data.tar.gz: 7603c43981f2bcb359a77be92d714873dbfbb0b0e8d035ab401b94e6e5b995e6
5
5
  SHA512:
6
- metadata.gz: 9668b14728ba8a15d4fe0ab473533c61aa8657747ec52e49e33328e1d8d8b088d8eac7acc7b039a39c940d4896dd72bb6cda02147d68c89a3f0114653653b96b
7
- data.tar.gz: 9ed1cf89d9b2aa91de544f340cb9f0d20e860d434ae303e9a69e756107a37206a2b2392c447c0c98a58dfd83937be99244ab6eab35148f3e0faa70ab7b0d8088
6
+ metadata.gz: b61a549c2b33e5549bce687e018516f4f8b2218634c25ac81c799d732239cc3461f73a8b502b24749c3657abe206b09f4695284c2167836f300882c40aa1bb5b
7
+ data.tar.gz: 7ef3a105c047ed5c26806df2bc2a5f7da234c7a36b079c19a13c40d19481ce7f2be781e67554e3c2050e60e993e419fe933d040325fa0951014a16e92573c6fc
@@ -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
- # 'NZ' => {
180
- # sales_tax_website_name: 'VAT',
181
- # sales_tax: { '_ALL': build_fee_struct(0.15, 0, 0, 0) },
182
- # provincial_sales_taxes: { '_ALL': no_taxes }
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) },
@@ -1,7 +1,7 @@
1
1
  module Easyship
2
2
  module SalesTax
3
3
  module Calculator
4
- VERSION = "0.4.9"
4
+ VERSION = "0.5.0"
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.9
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: 2022-01-14 00:00:00.000000000 Z
12
+ date: 2022-11-11 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: bundler