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