Skip to content

Commit a627d2d

Browse files
committed
fix typo
1 parent 42f008e commit a627d2d

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
@@ -32,7 +32,7 @@
3232

3333
<div>
3434
<form method="POST" action="/payment/process">
35-
<input type="hidden" name="transition_id" value="{{ $transactionId }}" />
35+
<input type="hidden" name="transaction_id" value="{{ $transactionId }}" />
3636
<input type="hidden" name="amount" value="{{ $amount }}" />
3737
<input type="hidden" name="url_notify" value="{{ $url_notify }}" />
3838
<input type="hidden" name="url_return" value="{{ $url_return }}" />

0 commit comments

Comments
 (0)