Ensure PayPal transaction id is unique
This commit is contained in:
parent
c7fd125f5b
commit
dad4afff45
1 changed files with 1 additions and 0 deletions
|
|
@ -17,6 +17,7 @@ class PayPalExpressPaymentDriver extends BasePaymentDriver
|
|||
|
||||
$data['ButtonSource'] = 'InvoiceNinja_SP';
|
||||
$data['solutionType'] = 'Sole'; // show 'Pay with credit card' option
|
||||
$data['transactionId'] = $data['transactionId'] . '-' . time();
|
||||
|
||||
return $data;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue