mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
v5.8.51
This commit is contained in:
parent
4739b65924
commit
8c0d205a08
@ -170,9 +170,9 @@ class PayPalRestPaymentDriver extends BaseDriver
|
|||||||
$data['currency'] = $this->client->currency()->code;
|
$data['currency'] = $this->client->currency()->code;
|
||||||
|
|
||||||
|
|
||||||
return render('gateways.paypal.ppcp.card', $data);
|
// return render('gateways.paypal.ppcp.card', $data);
|
||||||
|
|
||||||
// return render('gateways.paypal.pay', $data);
|
return render('gateways.paypal.pay', $data);
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user