|
...
|
...
|
@@ -89,7 +89,7 @@ class PayStripeApi |
|
|
|
$data = [
|
|
|
|
'amount' => $amount,
|
|
|
|
'currency' => $currency,
|
|
|
|
'automatic_payment_methods' => ['enabled' => true],
|
|
|
|
'automatic_payment_methods[enabled]' => 'true',
|
|
|
|
];
|
|
|
|
return $this->sendRequest($url, 'POST', $data);
|
|
|
|
}
|
...
|
...
|
|