Stripe Error when submitting form [RESOLVED]

When setting up a radio button to select between Stripe & PayPal payment options (with conditional logic to shoe either Stripe or PayPal), I get the Stripe error “There was a problem with your submission. No order ID available, cannot create a new payment.”
If I only use Stripe as a payment options, I don’t get the error.
Any ideas what is causing it?

That error isn’t from Stripe, it’s from PayPal Checkout. When using multiple payment add-ons with a form you need to ensure that you configure conditional logic on the feeds in the form settings area so that the add-on will only process the submission if the feed conditional logic is met.