mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-08 20:22:42 +01: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…
Reference in New Issue
Block a user