mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-07 13:14:30 -04:00
Set additional payment gateway fields
This commit is contained in:
parent
173b45ec84
commit
df439d9a54
@ -290,6 +290,8 @@ class PaymentController extends \BaseController
|
|||||||
'currency' => $currencyCode,
|
'currency' => $currencyCode,
|
||||||
'returnUrl' => URL::to('complete'),
|
'returnUrl' => URL::to('complete'),
|
||||||
'cancelUrl' => $invitation->getLink(),
|
'cancelUrl' => $invitation->getLink(),
|
||||||
|
'description' => trans('texts.' . $invoice->getEntityType()) . " {$invoice->invoice_number}",
|
||||||
|
'transactionId' => $invoice->invoice_number,
|
||||||
];
|
];
|
||||||
} else {
|
} else {
|
||||||
return $data;
|
return $data;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user