lib/avatax/client/fundingrequests.rb in avatax-22.3.0 vs lib/avatax/client/fundingrequests.rb in avatax-22.5.0
- old
+ new
@@ -24,11 +24,11 @@
# * This API depends on the following active services:*Returns* (at least one of): Mrs, MRSComplianceManager, AvaTaxCsp.*Firm Managed* (for accounts managed by a firm): ARA, ARAManaged.
# Swagger Name: AvaTaxClient
# @param id [Integer] The unique ID number of this funding request
# @return [Object]
def activate_funding_request(id) path = "/api/v2/fundingrequests/#{id}/widget"
- get(path, {}, "22.3.0") end
+ get(path, {}, "22.5.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
@@ -47,9 +47,9 @@
# * This API depends on the following active services:*Returns* (at least one of): Mrs, MRSComplianceManager, AvaTaxCsp.*Firm Managed* (for accounts managed by a firm): ARA, ARAManaged.
# Swagger Name: AvaTaxClient
# @param id [Integer] The unique ID number of this funding request
# @return [Object]
def funding_request_status(id) path = "/api/v2/fundingrequests/#{id}"
- get(path, {}, "22.3.0") end
+ get(path, {}, "22.5.0") end
end
end
end
\ No newline at end of file