Last active
May 8, 2017 12:37
-
-
Save samuraee/5880d7a4189e09d96eda04f2385ace8a to your computer and use it in GitHub Desktop.
Sample bpPayRequest call for Mallat gateway in Banktest - (2th STEP)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<form id="goto_mellat_bank" class="form-horizontal goto-bank-form" method="POST" action=""> | |
<input type="hidden" name="RefId" value="{{$refId}}" /> | |
<div class="control-group"> | |
<div class="controls"> | |
<button type="submit" class="btn btn-success">Goto MEllat Gateway</button> | |
</div> | |
</div> | |
</form> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment