“Cannot place order because a payment method was not provided” when using Stripe to programmatically place an order
I recently upgraded Magento from 2.3.4 to 2.4.6 and as a result updated stripe/stripe-payments from 2.9.5 to 3.4.0. Previously I was able to set up a quote to place an order programmatically as follows: const PAYMENT_METHOD = ‘stripe_payments’; //… $quote… Read More »“Cannot place order because a payment method was not provided” when using Stripe to programmatically place an order