Skip to content

Commit 453a43b

Browse files
committed
fix typo
1 parent 2a29910 commit 453a43b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/views/payment.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
<h2>Seleccione el resultado de la transacción:</h2>
3232

3333
<div>
34-
<form method="POST" action="/process/payment">
34+
<form method="POST" action="/payment/process">
3535
<input type="hidden" name="transition_id" value="{{ $transactionId }}" />
3636
<input type="hidden" name="amount" value="{{ $amount }}" />
3737
<input type="submit" name="status" value="{{ $label_success }}" />

0 commit comments

Comments
 (0)