Skip to content
This repository has been archived by the owner on Nov 19, 2024. It is now read-only.

[GraphQl] Fixed response for removeCouponFromCart mutation #4318

Closed
Closed
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: 1 addition & 3 deletions guides/v2.3/graphql/reference/quote.md
Original file line number Diff line number Diff line change
Expand Up @@ -490,9 +490,7 @@ mutation {
"data": {
"removeCouponFromCart": {
"cart": {
"applied_coupon": {
"code": "test2019"
}
"applied_coupon": null
}
}
}
Expand Down