-
Notifications
You must be signed in to change notification settings - Fork 72
Description
Description
I noticed some inconsistencies when it comes to subscriptions & express payment methods. I wanted to collect them here and start discussing whether they were missed features or there was some business logic reasoning behind it.
Express payment methods not available on "change payment" page
As a customer, I can place an order with a subscription item and pay with Google Pay/Apple Pay.
If I go to the page to manage the subscription to change the payment method, I don't have an option anymore to pay with Google Pay/Apple Pay.
Express payment method not reported correctly in subscription details
If a customer places an order containing a subscription item, their payment method is saved and associated with the merchant's website.
However, the payment method is reported as "Visa" or "Mastercard" (or other), instead of "Google Pay"/"Apple Pay".


This behavior seems inconsistent with the reporting made when the same order is placed without a subscription item.

