Set additional payment gateway fields
This commit is contained in:
parent
173b45ec84
commit
df439d9a54
1 changed files with 2 additions and 0 deletions
|
|
@ -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…
Add table
Reference in a new issue