We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a29910 commit 453a43bCopy full SHA for 453a43b
resources/views/payment.blade.php
@@ -31,7 +31,7 @@
31
<h2>Seleccione el resultado de la transacción:</h2>
32
33
<div>
34
- <form method="POST" action="/process/payment">
+ <form method="POST" action="/payment/process">
35
<input type="hidden" name="transition_id" value="{{ $transactionId }}" />
36
<input type="hidden" name="amount" value="{{ $amount }}" />
37
<input type="submit" name="status" value="{{ $label_success }}" />
0 commit comments