Gift Card Application Not Reflected in GraphQL Input Totals #561
smshahriar10
started this conversation in
Feedback: General Improvements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
This is related to #253, but I’d like to provide more context. When a discount code is applied at checkout, the total gets reduced both on the checkout page and in the Input (run.graphql). However, with gift card codes, this isn’t the case. Although the customer sees the reduced total on the checkout page after applying a gift card, the Input still returns the original non-reduced amount. Is there a way to detect in the Input that a gift card has been applied to the order?
Beta Was this translation helpful? Give feedback.
All reactions