mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-06-21 17:01:00 -04:00
Ensure PayPal transaction id is unique
This commit is contained in:
parent
c7fd125f5b
commit
dad4afff45
@ -17,6 +17,7 @@ class PayPalExpressPaymentDriver extends BasePaymentDriver
|
|||||||
|
|
||||||
$data['ButtonSource'] = 'InvoiceNinja_SP';
|
$data['ButtonSource'] = 'InvoiceNinja_SP';
|
||||||
$data['solutionType'] = 'Sole'; // show 'Pay with credit card' option
|
$data['solutionType'] = 'Sole'; // show 'Pay with credit card' option
|
||||||
|
$data['transactionId'] = $data['transactionId'] . '-' . time();
|
||||||
|
|
||||||
return $data;
|
return $data;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user