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'),

View File

@ -30,7 +30,7 @@
'alias' => 'payment-method',
'utm_source' => $type,
'utm_medium' => 'app',
'utm_campaign' => trans('documents.accept_payment_online'),
'utm_campaign' => 'payment_method',
]) }}"
override="class"
class="py-1.5 mb-3 sm:mb-0 text-xs bg-transparent hover:bg-transparent font-medium leading-6"