-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtest.php
More file actions
18 lines (18 loc) · 959 Bytes
/
test.php
File metadata and controls
18 lines (18 loc) · 959 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<html>
<head></head>
<body>
<form action="https://checkout.iwsmile.it/Pagamenti/" method="post">
<input type="hidden" name="ACCOUNT" value="71701608"> <input type="hidden" name="AMOUNT" value="2"> <input type="hidden" name="ITEM_NAME" value="Prova manuale">
<input type="hidden" name="ITEM_NUMBER" value="01 prova">
<input type="hidden" name="QUANTITY" value="1">
<input type="hidden" name="NOTE" value="1">
<input type="hidden" name="URL_OK" value="http://www.miosito.it/ok.html">
<input type="hidden" name="URL_BAD" value="http://www.miosito.it/ko.html">
<input type="hidden" name="URL_CALLBACK" value="http://www.miosito.it/callback.php">
<input type="hidden" name="LANG_COUNTRY" value="IT">
<input type="hidden" name="FLAG_ONLY_IWS" value="0">
<input type="image" src="https://testwww.iwsmile.it/images/puls_iwsmile_H.gif" border="0"
name="submit" alt="Effettua i tuoi pagamenti con IWSMILE. Un sistema rapido, gratuito e sicuro.">
</form>
</body>
</html>