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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 6858cd45553bfd93d46ad2c666fb3c6ddf7745cfff97ea5d2617a39dac1afc5e
4
- data.tar.gz: e5d9775572b5684d677a6ba6de247a0e9befcf1c2844eb535561aab0427fd899
3
+ metadata.gz: 23c6e22bc99c4346e4a4e9581a0246c5744339b996999c1e965c62f2088a830f
4
+ data.tar.gz: 65c3c85f55d99e0cde39ab53ded24835a3b93fbd05e17deaa6e491d9d15bfa0b
5
5
  SHA512:
6
- metadata.gz: f23467aa2b4cfda2e69114142bd967d9960453ba7b9e85c7040b65a1520995e20a1d2f3e153722433a4c582bffc60914e93aa1725c403897f525c079de285d8e
7
- data.tar.gz: ea6b966f0c1d0d3a66775022f878ec66ba130b8ac467ab05be6133c6389566b1d6da8fb36358ebe365b3d953ee5f4a9c2547305c145286112c470dd3f0aaa9fc
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
@@ -1,3 +1,3 @@
1
1
  module AvaTax
2
- VERSION = '24.11.2'.freeze unless defined?(::AvaTax::VERSION)
2
+ VERSION = '24.12.0'.freeze unless defined?(::AvaTax::VERSION)
3
3
  end
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.11.2
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-12 00:00:00.000000000 Z
11
+ date: 2024-12-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rake