commit
5f1e130200
4 changed files with 29 additions and 2 deletions
@ -0,0 +1,21 @@ |
||||
<!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> |
||||
Loading…
Reference in new issue