Skip to content

Commit 55e294f

Browse files
Merge pull request #170 from avadev/24.12.0
Update for 24.12.0
2 parents 667f14a + 31b5cb5 commit 55e294f

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

lib/avatax/client/fundingrequests.rb

+2
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ module FundingRequests
2626
# @param id [Integer] The unique ID number of this funding request
2727
# @param businessUnit [String] The company's business unit (See POABusinessUnit::* for a list of allowable values)
2828
# @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
2931
# @return [Object]
3032
def activate_funding_request(id, options={}) path = "/api/v2/fundingrequests/#{id}/widget"
3133
get(path, options, AvaTax::VERSION) end

lib/avatax/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module AvaTax
2-
VERSION = '24.11.2'.freeze unless defined?(::AvaTax::VERSION)
2+
VERSION = '24.12.0'.freeze unless defined?(::AvaTax::VERSION)
33
end

0 commit comments

Comments
 (0)