Show 'Pay with credit card' with PayPal
This commit is contained in:
parent
0d3be448df
commit
4b3507211a
1 changed files with 1 additions and 0 deletions
|
|
@ -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…
Add table
Reference in a new issue