Skip to content

Commit 8274676

Browse files
committed
fix parsian form
1 parent 47f1181 commit 8274676

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

views/parsian-form.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<form id="goto_parsian_bank" class="form-horizontal goto-bank-form" method="get" action="{!! $endPoint !!}">
2-
<input type="hidden" name="au" value="{{$refId}}" />
2+
<input type="hidden" name="token" value="{{$refId}}" />
33
<div class="control-group">
44
<div class="controls">
55
<button type="submit" class="btn btn-success">{{$submitLabel}}</button>

0 commit comments

Comments
 (0)