Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DEVDOCS-5641 [update]: Tax Provider API, remove full refund from Adjust endpoint #40

Merged
merged 2 commits into from
Jan 12, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.
bc-andreadao marked this conversation as resolved.
Show resolved Hide resolved

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
Loading