Add Off Session to Stripe Auto Billing request
This commit is contained in:
parent
4739277b47
commit
b1b9b5d120
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue