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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 366cf261abb53b08f2be204058b98e37fba5cd53bd33b3fd45833e5b98160d37
|
4
|
+
data.tar.gz: 3b621d0a89a6d0500b8e3cb84170e39bf88dc5c19e75e27ac741a328c83b5989
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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
|
-
|
130
|
-
|
131
|
-
|
132
|
-
|
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) },
|
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.
|
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:
|
12
|
+
date: 2022-01-14 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: bundler
|