Closed ScottRudiger closed 5 years ago
Would love to get this merged. I'm waiting on these changes as well :) @ScottRudiger
@fastdivision Sorry about that; I should've ran the tests one more time before opening the PR. Specs for DeleteOrder and DeleteRefund are fixed now. 👍
This PR implements the new
provider
param, which currently adds marketplace exemption support for Amazon, eBay, Etsy, and Walmart transactions.provider
defaults toapi
.The
provider
param will be supported in methods:ListOrders
ListOrdersAsync
ShowOrder
ShowOrderAsync
CreateOrder
CreateOrderAsync
DeleteOrder
DeleteOrderAsync
ListRefunds
ListRefundsAsync
ShowRefund
ShowRefundAsync
CreateRefund
CreateRefundAsync
DeleteRefund
DeleteRefundAsync