updated links
This commit is contained in:
parent
1afa94d64a
commit
c50b1e7967
@ -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'),
|
||||
|
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user