|
|
|
|
@ -6,16 +6,41 @@ |
|
|
|
|
</head> |
|
|
|
|
<body> |
|
|
|
|
<form action=" https://demomoney.yandex.ru/shop.xml" method="post"> |
|
|
|
|
<input name="shopId" value="{{ shop_id }}" type="text"/> |
|
|
|
|
<input name="scid" value="{{ sc_id }}" type="text"/> |
|
|
|
|
<input name="sum" value="100.50" type="text"> |
|
|
|
|
<input name="customerNumber" value="abc000" type="text"/> |
|
|
|
|
<input name="paymentType" value="AC" type="text"/> |
|
|
|
|
<input name="orderNumber" value="abc1111111" type="text"/> |
|
|
|
|
<input name="cps_phone" value="79110000000" type="text"/> |
|
|
|
|
<input name="cps_email" value="user@domain.com" type="text"/> |
|
|
|
|
<input name="rebillingOn" type="checkbox"/> |
|
|
|
|
<input type="submit" value="Заплатить"/> |
|
|
|
|
<table> |
|
|
|
|
<tr> |
|
|
|
|
<td>shopId</td> |
|
|
|
|
<td>{{ shop_id }}</td> |
|
|
|
|
</tr> |
|
|
|
|
<tr> |
|
|
|
|
<td>scid</td> |
|
|
|
|
<td>{{ sc_id }}</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> |
|
|
|
|
<input type="submit" value="Заплатить"/></td> |
|
|
|
|
</table> |
|
|
|
|
</form> |
|
|
|
|
</body> |
|
|
|
|
</html> |