Add Off Session to Stripe Auto Billing request

This commit is contained in:
David Bomba 2022-12-05 13:00:40 +11:00
parent 4739277b47
commit b1b9b5d120

View File

@ -79,7 +79,7 @@ class Charge
'payment_method' => $cgt->token,
'customer' => $cgt->gateway_customer_reference,
'confirm' => true,
// 'off_session' => true,
'off_session' => true,
'description' => $description,
'metadata' => [
'payment_hash' => $payment_hash->hash,