Fix payment_method
This commit is contained in:
parent
dc232d66d4
commit
0b1670ad50
1 changed files with 1 additions and 1 deletions
|
@ -52,7 +52,7 @@
|
|||
<span class="mr-3">{{ $gateway->name }}</span>
|
||||
</label>
|
||||
<button class="btn btn-primary rounded" type="button"
|
||||
name="payment-method" id="{{ $gateway->name }}"
|
||||
name="payment_method" id="{{ $gateway->name }}"
|
||||
value="{{ $gateway->name }}"
|
||||
:class="payment_method === '{{ $gateway->name }}' ?
|
||||
'active' : ''"
|
||||
|
|
Loading…
Add table
Reference in a new issue