Details
-
Type: Bug
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 4.10.0-b1
-
Component/s: None
-
Labels:None
Description
StripePayments::processStoredCc() creates a payment intent and immediately processes it. It submits the 'off_session' as false, which tells stripe that the cardholder is present during the transaction for verification. This method is used by the cron and thus 'off_session' should really be set to true to tell stripe that the cardholder is NOT present. This method is only used by the cron since other payment locations use the auth/capture flow when it is available.