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.
21 lines
824 B
21 lines
824 B
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<title>Тестовый платёж</title>
|
|
</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="Заплатить"/>
|
|
</form>
|
|
</body>
|
|
</html> |