stripe
stripe copied to clipboard
Payment Method incorrect after Alipay purchase
Description
I have a Checkout Form that only accepts Alipay. In the order details in the CMS, in Twig using order.getPaymentForm().name, and within PHP using $e->$order->getPaymentMethod() the value returned is 'Card' rather than 'Alipay'.
Steps to reproduce
- Configure a form with the following settings:
-
- Make a test purchase
- View order details in CMS, on the front-end with
{{ order.getPaymentForm().name }}, or in PHP with$e->$order->getPaymentMethod()
Additional info
- Craft Pro version: 3.6.12
- PHP version: 7.4.16
- Database driver & version: MySQL 5.5.5
- Plugin version: 3.3.3
- Is SCA and Stripe Checkout enabled?: YES
Hi @zackspear I'll take a look if there is a way to bring this info back from Stripe Checkout, I'll keep you updated