vat-gst-calculator 0.4.3 → 0.4.7

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: 3230defd744e213e419863a1a8564482bae33e8ac30d08a5141e7c560b2f7cc0
4
- data.tar.gz: 5e704cb34a602f8f06516b597c77b8df245f93ed28b99e404482efeb45e913a9
3
+ metadata.gz: 767e6af548164f451c54c373635983f8c7f99e2a7f1b95aad163e7d4f267a859
4
+ data.tar.gz: f38c39e4e9f499a0e4bc7ec14a4dd2e41b8da414709aef48dde5c333e55c0018
5
5
  SHA512:
6
- metadata.gz: 938fa07f04850dbace60fd6b4f50f797fa0021fecf6ca1dc017f53c8e3041053c16981ab07adbc9bd871ea022f3b83f93dc4e4f1f172123d92ca088001151d86
7
- data.tar.gz: 335d552e999f78745de186b91fd1d9808e4ffe52c5d0e8ce05d20851657a795ad334554eb17d19a8c95efa155beacc891ad472766bdc7b2ff68dc6ba610d7c8c
6
+ metadata.gz: effb6e5854843ecf42571a32a8441fdddd00afd4cc820566d2f3666b76c844de226551a078607bd65e93e1d7a1c879939a28337eb1e661763a763e76a1dd15bc
7
+ data.tar.gz: fb6c77058257f1636440aff1b2bed79858aafecf34bdca9f763a5eb53e00132ddff2fac38f53c543380614a7b7df59a965bb3d537f4aed7d82663aed9c026215
@@ -63,7 +63,7 @@ module Easyship
63
63
  },
64
64
  'SG' => {
65
65
  sales_tax_website_name: 'GST',
66
- sales_tax: { '_ALL': build_fee_struct(0.07, 0, 0, 0) },
66
+ sales_tax: { '_ALL': build_fee_struct(0.07, 0.07, 0.07, 0.07) },
67
67
  provincial_sales_taxes: { '_ALL': no_taxes }
68
68
  },
69
69
  'HK' => {
@@ -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) },
@@ -1,7 +1,7 @@
1
1
  module Easyship
2
2
  module SalesTax
3
3
  module Calculator
4
- VERSION = "0.4.3"
4
+ VERSION = "0.4.7"
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.3
4
+ version: 0.4.7
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-01-15 00:00:00.000000000 Z
12
+ date: 2021-12-02 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: bundler