Skip to content

Commit

Permalink
DEVDOCS-5641 [update]: Tax Provider API, remove full refund from Adju…
Browse files Browse the repository at this point in the history
…st endpoint (#40)
  • Loading branch information
bc-andreadao authored Jan 12, 2024
1 parent b039887 commit f4e0572
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions reference/tax_provider.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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`.
Expand Down Expand Up @@ -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.
Expand Down

0 comments on commit f4e0572

Please sign in to comment.