Generic "Shopify Payments" name creates issues for customizing payment options #338
kylebuildsstuff
started this conversation in
Feedback: Payment Customization API
Replies: 2 comments 2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Reordering payment methods works for most cases as I can just sort based on name, but I just realized that for payment methods like "Credit card" or non-manual type payment options the name is always "Shopify Payments". This makes it extremely difficult, maybe impossible? to reliably customize these payment options.
For example, here's the input I get:
Instead of 3x "Shopify Payments" can we have more specific names, or unique identifiers we can hook into? Or is there some documentation or rules surrounding the ordering of these "Shopify Payments" payment methods, like gid://shopify/PaymentCustomizationPaymentMethod/0 refers to "Credit card"?
Beta Was this translation helpful? Give feedback.
All reactions