1C-Bitrix 25.700.0
Загрузка...
Поиск...
Не найдено
qiwi.php
См. документацию.
1<?
2global $MESS;
3$MESS["SALE_TITLE"] = "QIWI";
4$MESS["SALE_DESCRIPTION"] = "The system requires that HTTP and SOAP are enabled in in the web store settings in the <a href=\"https://ishop.qiwi.ru\" target=\"_blank\">personal profile</a>.<br />
5In the SOAP parameters, specify the web service URL for your web store. The page must include the component \"bitrix:sale.order.payment.receive\". The option \"Use Signature\" must not be checked.
6";
7$MESS["SALE_SHOP_ID"] = "Web Store ID";
8$MESS["SALE_SHOP_PASS"] = "Password";
9$MESS["SALE_CLIENT_PHONE"] = "Payer Phone Number";
10$MESS["SALE_SHOULD_PAY"] = "Total Amount";
11$MESS["SALE_ORDER_ID"] = "Order ID";
12$MESS["SALE_DO_BILL"] = "Pay";
13$MESS["SALE_COMMENT"] = "Payment For Order ##ID#";
14$MESS["SALE_SEND_NEW_PHONE"] = "OK";
15$MESS["SALE_ERROR_PHONE"] = "The phone number must include 10 digits. For example: 9161234567.<br />Please enter the correct number:";
16$MESS["SALE_ERROR"] = "Payment system error:<br/>";
17$MESS["SALE_ABOUT_QIWI"] = "<p>You can pay your order using the <a href=\"http://w.qiwi.ru/\" target=\"_blank\">payment system website</a>.</p>";
18$MESS["SALE_BILL_LIFETIME"] = "Bill Lifetime";
19$MESS["SALE_BILL_LIFETIME_DESCR"] = "The period of time, in hours, during which the bill is valid and can be paid. This value must not exceed 45 days.";
20$MESS["CLASS_STATUS_50"] = "The bill is being registered";
21$MESS["CLASS_STATUS_60"] = "The bill has been paid";
22$MESS["CLASS_STATUS_150"] = "The bill has been canceled (payment machine error)";
23$MESS["CLASS_STATUS_151"] = "The bill has been canceled (general authorization error)";
24$MESS["CLASS_STATUS_160"] = "The bill has been canceled";
25$MESS["CLASS_STATUS_161"] = "The bill has been canceled (expired)";
26$MESS["SALE_STATUS"] = "payment confirmation code";
27$MESS["SALE_STATUS_PHONE"] = "Phone";
28$MESS["SALE_STATUS_AMOUNT"] = "Amount";
29$MESS["SALE_STATUS_DATE"] = "Date";
30?>
global $MESS
Определения bill.php:2