|
...
|
...
|
@@ -85,7 +85,7 @@ class PayStripeApi |
|
|
|
$data = [
|
|
|
|
'amount' => $amount,
|
|
|
|
'currency' => $currency,
|
|
|
|
'payment_method_types' => $this->currency_types[$currency],
|
|
|
|
'payment_method_types' => $this->currency_types[$currency][0],
|
|
|
|
];
|
|
|
|
return $this->sendRequest($url, 'POST', $data);
|
|
|
|
}
|
...
|
...
|
|