vat-gst-calculator 0.3.0 → 0.4.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: 7e52cca1216259da0edab459a49bcf521e7987e3b863b48c88a0832becf9a4f5
4
- data.tar.gz: 747884b35eb3c499d27df7118c6ffcc95d74439aace0cbbfc0ab6636d0f5c8d3
3
+ metadata.gz: 8aba82b8e2c0c9ec5dfc0895f3b677fae3f7b217cbffd2f04916002f99c5164a
4
+ data.tar.gz: 93b1e57053506d5cb83262996d3a3bb25ae72ea68c282b36068d4ad36df986b9
5
5
  SHA512:
6
- metadata.gz: 94cdd1b8a852988d58930312b9e6996419f1c70a3daa529e6224e0cb0381a28430ecc7328fcbbfbeabf2ec6c41a3be32fc20e7aafce54f56c5d4443f047e9a33
7
- data.tar.gz: b01265c59d8c2c54defa46d80ff8648038d0b40cc303724b7a773b5ad941d9a36bac0a318aa1815e9fe119c7ef74036f7857ed43aafc9e5f4de2ad9cd63e8807
6
+ metadata.gz: 88d7062015d54ae55c666ff57d5fadda4c834d142ac2b2b84e942109b89c381c4f051236f480ef79614a1f54f854421e1ca66b39173ba0e580f2810deb34807e
7
+ data.tar.gz: 39885d930824e3065441624c495b30e1c2c1d42aa42c50f4562bfc9d2873e93374a77df51efddeaa746800ad96495632f999177af4b3219c15ee6ad6e0882df7
@@ -111,6 +111,11 @@ module Easyship
111
111
  sales_tax: { '_ALL': build_fee_struct(0.23, 0, 0, 0) },
112
112
  provincial_sales_taxes: { '_ALL': no_taxes }
113
113
  },
114
+ 'PL' => {
115
+ sales_tax_website_name: 'VAT',
116
+ sales_tax: { '_ALL': build_fee_struct(0.23, 0, 0, 0) },
117
+ provincial_sales_taxes: { '_ALL': no_taxes }
118
+ },
114
119
  'AT' => {
115
120
  sales_tax_website_name: 'VAT',
116
121
  sales_tax: { '_ALL': build_fee_struct(0.2, 0, 0, 0) },
@@ -1,7 +1,7 @@
1
1
  module Easyship
2
2
  module SalesTax
3
3
  module Calculator
4
- VERSION = "0.3.0"
4
+ VERSION = "0.4.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.3.0
4
+ version: 0.4.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: 2020-02-14 00:00:00.000000000 Z
12
+ date: 2020-03-09 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: bundler