Describe the bug
Using the new UPE checkout experience, if you place an order with Bancontact, iDEAL or Sofort (payment methods that have SEPA retrievable tokens), the order's payment method is set to stripe_sepa_debit. It should be set to the processing payment method (eg Bancontact).
To Reproduce
Checkout add/deferred-intent
Enter Stripe credentials capable of processing iDEAL and Bancontact payments
In the Stripe advanced plugin settings, enable UPE.
Enable Bancontact, SEPA, Sofort (optional) and iDEAL.
Place a product in your cart.
Complete the purchase using Bancontact, iDEAL or Sofort.
View the order in WooCommerce > Orders.
Note that the order's payment method is set to SEPA.
Expected behavior
The order's payment method ID should be set to the payment method used to process the order.
Describe the bug Using the new UPE checkout experience, if you place an order with Bancontact, iDEAL or Sofort (payment methods that have SEPA retrievable tokens), the order's payment method is set to
stripe_sepa_debit
. It should be set to the processing payment method (eg Bancontact).To Reproduce
add/deferred-intent
Expected behavior The order's payment method ID should be set to the payment method used to process the order.