From edfc885dbc7a2885f26a1dc09401f603b03bff80 Mon Sep 17 00:00:00 2001 From: Andrea Dao Date: Thu, 11 Jan 2024 09:12:27 -0800 Subject: [PATCH 1/2] remove full refund --- reference/tax_provider.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reference/tax_provider.yml b/reference/tax_provider.yml index 5856f225e..c54a14415 100644 --- a/reference/tax_provider.yml +++ b/reference/tax_provider.yml @@ -843,7 +843,7 @@ paths: description: |- Replace the persisted tax quote (identified by the given unique ID) with the provided quote request (represented by the **AdjustRequest**). - Relevant for partial refunds, full refunds, returns, and other Order modifications where there have been changes to the tax liabilities. + Relevant for returns, partial refunds, and other Order modifications where there have been changes to the tax liabilities. The returned **Tax Quote** response is expected to be the same to a response returned by an equivalent response to **estimate** or **commit** methods. From c249a54f22b96292328936c0a6a6d62b1dfa9cb0 Mon Sep 17 00:00:00 2001 From: Andrea Dao Date: Thu, 11 Jan 2024 09:16:07 -0800 Subject: [PATCH 2/2] add full refund to void endpoint --- reference/tax_provider.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reference/tax_provider.yml b/reference/tax_provider.yml index c54a14415..70b8af4c4 100644 --- a/reference/tax_provider.yml +++ b/reference/tax_provider.yml @@ -310,7 +310,7 @@ paths: post: summary: Void Tax Quote description: |- - Invalidate the persisted tax quote as identified by the given unique ID. Relevant to order cancellations or when moving an order from a paid status to an unpaid status. + Invalidate the persisted tax quote as identified by the given unique ID. Relevant to order cancellations, full refunds, or moving an order from a paid status to an unpaid status. > Server URL > - For supporting tax providers, the server URL contains the tax provider's profile field; for example, `your_profile.example.com`.