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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 8aba82b8e2c0c9ec5dfc0895f3b677fae3f7b217cbffd2f04916002f99c5164a
|
4
|
+
data.tar.gz: 93b1e57053506d5cb83262996d3a3bb25ae72ea68c282b36068d4ad36df986b9
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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) },
|
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
|
+
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-
|
12
|
+
date: 2020-03-09 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: bundler
|