Replies: 1 comment
-
Would love to hear any update about this. We can easily find the selected shipping option in functions, but selected payment option is still not available. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
With the new 1-page checkout, it makes sense to allow delivery customizations to have access to
paymentMethods: [PaymentCustomizationPaymentMethod!]!
as well asselectedPaymentOption: PaymentCustomizationPaymentMethod!
.This will enable us to modify delivery options based on the selected payment method or if a certain payment option is present at checkout.
Then we will be able to fulfil this kind of merchant request,
Thank you.
Beta Was this translation helpful? Give feedback.
All reactions