We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 42f008e commit a627d2dCopy full SHA for a627d2d
resources/views/payment.blade.php
@@ -32,7 +32,7 @@
32
33
<div>
34
<form method="POST" action="/payment/process">
35
- <input type="hidden" name="transition_id" value="{{ $transactionId }}" />
+ <input type="hidden" name="transaction_id" value="{{ $transactionId }}" />
36
<input type="hidden" name="amount" value="{{ $amount }}" />
37
<input type="hidden" name="url_notify" value="{{ $url_notify }}" />
38
<input type="hidden" name="url_return" value="{{ $url_return }}" />
0 commit comments