Details
-
Type: Bug
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 4.7.1
-
Component/s: None
-
Labels:None
Description
When completing an order via an order form, a "Submit Order" button is shown. I am unable to complete the order due to a Stripe error when the following conditions are met:
- The order form does not make Stripe Payments available to pay with
- Only Non-merchant gateways are available, like PayPal and Offline Payments (i.e. no CC or ACH is used or available)
Additionally, if Stripe Payments is installed, but CC payment accounts are disabled for the client, attempting to make a payment for an invoice will fail in the client UI because you can never get past the Payment Options page.
For some reason, the Stripe JS is loaded on that page and checked when submitting the order, failing because no credit card was given, and one was not given because it was set to a non-merchant gateway payment.