You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

46 lines
1.4 KiB

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Тестовый платёж</title>
</head>
<body>
<form action=" https://demomoney.yandex.ru/shop.xml" method="post">
<table>
<tr>
<td>shopId</td>
<td><input name="shopId" value="{{ shop_id }}" type="text"></td>
</tr>
<tr>
<td>scid</td>
<td><input name="scid" value="{{ sc_id }}" type="text"></td>
</tr>
<tr>
<td>sum</td>
<td><input name="sum" value="100.50" type="text"></td>
</tr>
<tr>
<td>customerNumber</td>
<td><input name="customerNumber" value="abc000" type="text"/></td>
</tr>
<tr>
<td>orderNumber</td>
<td><input name="orderNumber" value="abc1111111" type="text"/></td>
</tr>
<tr>
<td>cps_phone</td>
<td><input name="cps_phone" value="79110000000" type="text"/></td>
</tr>
<tr>
<td>cps_email</td>
<td><input name="cps_email" value="user@domain.com" type="text"/></td>
</tr>
<tr>
<td>rebillingOn</td>
<td><input name="rebillingOn" type="checkbox"/></td>
</tr>
</table>
<input type="submit" value="Заплатить"/>
</form>
</body>
</html>