You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the latest version(5.3.0) of the module, if the Payment Processing is set as Payment first, all orders are creating with the payment method checkoutcom_card_payment even if it is created with other payment method (Google pay, Apple Pay etc.)
I have placed orders with Google Pay. But the orders are saved with the payment method checkoutcom_card_payment.
In the latest version(5.3.0) of the module, if the Payment Processing is set as Payment first, all orders are creating with the payment method checkoutcom_card_payment even if it is created with other payment method (Google pay, Apple Pay etc.)
I have placed orders with Google Pay. But the orders are saved with the payment method checkoutcom_card_payment.
https://github.com/checkout/checkout-magento2-plugin/blob/master/Controller/Payment/PlaceOrder.php#L268
Here the payment method is set as checkoutcom_card_payment
The text was updated successfully, but these errors were encountered: