Cast source to payment checkout page
This commit is contained in:
parent
b063234307
commit
5ece68f884
|
|
@ -40,7 +40,7 @@
|
|||
</div>
|
||||
|
||||
<form
|
||||
action="{{ route('client.payments.process', ['hash' => $hash, 'sidebar' => 'hidden']) }}"
|
||||
action="{{ route('client.payments.process', ['hash' => $hash, 'sidebar' => 'hidden', 'source' => 'subscriptions']) }}"
|
||||
method="post"
|
||||
id="payment-method-form">
|
||||
@csrf
|
||||
|
|
|
|||
Loading…
Reference in New Issue