mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Show 'Pay with credit card' with PayPal
This commit is contained in:
parent
0d3be448df
commit
4b3507211a
@ -15,6 +15,7 @@ class PayPalExpressPaymentDriver extends BasePaymentDriver
|
||||
$data = parent::paymentDetails();
|
||||
|
||||
$data['ButtonSource'] = 'InvoiceNinja_SP';
|
||||
$data['solutionType'] = 'Sole'; // show 'Pay with credit card' option
|
||||
|
||||
return $data;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user