/client/payment_methods/x

This commit is contained in:
Benjamin Beganović 2021-11-12 16:55:27 +01:00
parent 5789dc74dd
commit 6845f546f8

View File

@ -36,7 +36,7 @@
<form action="{{ route('client.payment_methods.destroy', [$payment_method->hashed_id, 'method' => $payment_method->gateway_type->id]) }}" method="post"> <form action="{{ route('client.payment_methods.destroy', [$payment_method->hashed_id, 'method' => $payment_method->gateway_type->id]) }}" method="post">
@csrf @csrf
@method('DELETE') @method('DELETE')
<button type="submit" class="button button-danger button-block" dusk="confirm-payment-removal"> <button type="submit" onclick="setTimeout(() => this.disabled = true, 0); return true;" class="button button-danger button-block" dusk="confirm-payment-removal">
{{ ctrans('texts.remove') }} {{ ctrans('texts.remove') }}
</button> </button>
</form> </form>