vat-gst-calculator 0.4.8 → 0.4.9

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: bf04346cb5aa6601018c50d451a0462fee3e36aecb9ef739d46e33792ee8bdea
4
- data.tar.gz: 3765f977a0417f08a56381a273f073e857ac2e907a4ffac55df8859d4f8f6271
3
+ metadata.gz: 366cf261abb53b08f2be204058b98e37fba5cd53bd33b3fd45833e5b98160d37
4
+ data.tar.gz: 3b621d0a89a6d0500b8e3cb84170e39bf88dc5c19e75e27ac741a328c83b5989
5
5
  SHA512:
6
- metadata.gz: f3538284b76b76838f9054ba3de537a894663c09f04791eb55201f75945bc7c57e713758ffb05414910a57cab1f9644b98f3f077f106ecb55716311bb8368e9d
7
- data.tar.gz: 6518bc3249bcfa4a48297f00a1fc9f8c8714ccdb970d741f1716dc8e664e3d3704be906b30cf2a60db4803bde11261b57d18701100d5239ceb9bbf09033257b9
6
+ metadata.gz: 9668b14728ba8a15d4fe0ab473533c61aa8657747ec52e49e33328e1d8d8b088d8eac7acc7b039a39c940d4896dd72bb6cda02147d68c89a3f0114653653b96b
7
+ data.tar.gz: 9ed1cf89d9b2aa91de544f340cb9f0d20e860d434ae303e9a69e756107a37206a2b2392c447c0c98a58dfd83937be99244ab6eab35148f3e0faa70ab7b0d8088
@@ -126,11 +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
+ '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
+ },
134
134
  # 'IE' => {
135
135
  # sales_tax_website_name: 'VAT',
136
136
  # sales_tax: { '_ALL': build_fee_struct(0.23, 0, 0, 0) },
@@ -1,7 +1,7 @@
1
1
  module Easyship
2
2
  module SalesTax
3
3
  module Calculator
4
- VERSION = "0.4.8"
4
+ VERSION = "0.4.9"
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.8
4
+ version: 0.4.9
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-14 00:00:00.000000000 Z
12
+ date: 2022-01-14 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: bundler