Subversion Repositories SmartDukaan

Rev

Rev 10508 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 10508 Rev 10558
Line 1... Line -...
1
<html>
-
 
2
<form  method="post" action="https://secure.ebs.in/pg/ma/payment/request" name="frmTransaction" id="frmTransaction">
-
 
3
#set ($map = $action.getM())
-
 
4
#foreach ( $facetLabel in $map.keySet() )
-
 
5
<input type="hidden" name="$facetLabel" value="$map.get($facetLabel)"/>
-
 
6
#end
-
 
7
<input type="submit" />
-
 
8
</form>
-
 
9
</html>
-
 
10
1
{"response" : $action.getResultJSON()}
-
 
2
11
3