File tree 2 files changed +3
-1
lines changed
2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -26,6 +26,8 @@ module FundingRequests
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
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments