avatax 24.11.2 → 24.12.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/avatax/client/fundingrequests.rb +2 -0
- data/lib/avatax/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 23c6e22bc99c4346e4a4e9581a0246c5744339b996999c1e965c62f2088a830f
|
4
|
+
data.tar.gz: 65c3c85f55d99e0cde39ab53ded24835a3b93fbd05e17deaa6e491d9d15bfa0b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: '023576914a148c654b759922ba29b5d456f3ca714308aa1fe2ffd5f5e21f30f39fe0912dbe9ce1b6343d2a58cbadde08ae756ccafb297f8fed59d7e58294555c'
|
7
|
+
data.tar.gz: 05b452bd5925008c78ddf3a3992d6477f09484d210e310b7c0a6eccd34f5d61b38cce476e2801d20ff96c0e5f0c078a2d42525dcb3b587e8fabd948eab01e1b1
|
@@ -26,6 +26,8 @@ module AvaTax
|
|
26
26
|
# @param id [Integer] The unique ID number of this funding request
|
27
27
|
# @param businessUnit [String] The company's business unit (See POABusinessUnit::* for a list of allowable values)
|
28
28
|
# @param subscriptionType [String] The company's subscription type (See POASubscriptionType::* for a list of allowable values)
|
29
|
+
# @param currency [String] Currency
|
30
|
+
# @param agreementType [String] Agreement Type
|
29
31
|
# @return [Object]
|
30
32
|
def activate_funding_request(id, options={}) path = "/api/v2/fundingrequests/#{id}/widget"
|
31
33
|
get(path, options, AvaTax::VERSION) end
|
data/lib/avatax/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: avatax
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 24.
|
4
|
+
version: 24.12.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Marcus Vorwaller
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2024-
|
11
|
+
date: 2024-12-18 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rake
|