lib/avatax/client/fundingrequests.rb in avatax-22.8.0 vs lib/avatax/client/fundingrequests.rb in avatax-22.9.0
- old
+ new
@@ -26,11 +26,11 @@
# @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)
# @return [Object]
def activate_funding_request(id, options={}) path = "/api/v2/fundingrequests/#{id}/widget"
- get(path, options, "22.8.0") end
+ get(path, options, "22.9.0") end
# Retrieve status about a funding setup request
#
# This API is available by invitation only.
# Companies that use the Avalara Managed Returns or the SST Certified Service Provider services are
@@ -51,9 +51,9 @@
# @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)
# @return [Object]
def funding_request_status(id, options={}) path = "/api/v2/fundingrequests/#{id}"
- get(path, options, "22.8.0") end
+ get(path, options, "22.9.0") end
end
end
end
\ No newline at end of file