Cast source to payment checkout page

This commit is contained in:
Benjamin Beganović 2024-02-22 14:08:18 +01:00
parent b063234307
commit 5ece68f884

View File

@ -40,7 +40,7 @@
</div> </div>
<form <form
action="{{ route('client.payments.process', ['hash' => $hash, 'sidebar' => 'hidden']) }}" action="{{ route('client.payments.process', ['hash' => $hash, 'sidebar' => 'hidden', 'source' => 'subscriptions']) }}"
method="post" method="post"
id="payment-method-form"> id="payment-method-form">
@csrf @csrf