Skip to content

Commit

Permalink
Merge pull request #170 from avadev/24.12.0
Browse files Browse the repository at this point in the history
Update for 24.12.0
  • Loading branch information
svc-developer authored Dec 18, 2024
2 parents 667f14a + 31b5cb5 commit 55e294f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions lib/avatax/client/fundingrequests.rb
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ module FundingRequests
# @param id [Integer] The unique ID number of this funding request
# @param businessUnit [String] The company's business unit (See POABusinessUnit::* for a list of allowable values)
# @param subscriptionType [String] The company's subscription type (See POASubscriptionType::* for a list of allowable values)
# @param currency [String] Currency
# @param agreementType [String] Agreement Type
# @return [Object]
def activate_funding_request(id, options={}) path = "/api/v2/fundingrequests/#{id}/widget"
get(path, options, AvaTax::VERSION) end
Expand Down
2 changes: 1 addition & 1 deletion lib/avatax/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module AvaTax
VERSION = '24.11.2'.freeze unless defined?(::AvaTax::VERSION)
VERSION = '24.12.0'.freeze unless defined?(::AvaTax::VERSION)
end

0 comments on commit 55e294f

Please sign in to comment.