updated links

This commit is contained in:
Denis Duliçi
2022-06-09 11:18:47 +03:00
parent 1afa94d64a
commit c50b1e7967
2 changed files with 7 additions and 2 deletions

View File

@ -66,7 +66,12 @@ class DocumentTransactions extends Controller
'payment' => [
'text' => trans('invoices.accept_payments'),
'class' => 'long-texts',
'url' => route('apps.categories.show', 'payment-method')
'url' => route('apps.categories.show', [
'alias' => 'payment-method',
'utm_source' => $document->type . '_payment',
'utm_medium' => 'app',
'utm_campaign' => 'payment_method',
])
],
'confirm' => [
'text' => trans('general.save'),