mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-09 20:52:56 +01: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,
|
||||
'returnUrl' => URL::to('complete'),
|
||||
'cancelUrl' => $invitation->getLink(),
|
||||
'description' => trans('texts.' . $invoice->getEntityType()) . " {$invoice->invoice_number}",
|
||||
'transactionId' => $invoice->invoice_number,
|
||||
];
|
||||
} else {
|
||||
return $data;
|
||||
|
Loading…
Reference in New Issue
Block a user