1C-Bitrix 25.700.0
Загрузка...
Поиск...
Не найдено
.description.php
См. документацию.
1<?
2global $MESS;
3$MESS["SALE_RBK_SHOULD_PAY"] = "Amount to be paid";
4$MESS["SALE_RBK_DESC_SHOULD_PAY"] = "";
5$MESS["SALE_RBK_CURRENCY"] = "Currency";
6$MESS["SALE_RBK_DESC_CURRENCY"] = "";
7$MESS["SALE_RBK_SERVICE_NAME"] = "Product description";
8$MESS["SALE_RBK_DESC_SERVICE_NAME"] = "Description of product to be purchased";
9$MESS["SALE_RBK_ORDER_ID"] = "Order ID";
10$MESS["SALE_RBK_DESC_ORDER_ID"] = "Order ID from your Internet store";
11$MESS["SALE_RBK_ESHOP_ID"] = "Eshop ID in RBK Money";
12$MESS["SALE_RBK_DESC_ESHOP_ID"] = "";
13$MESS["SALE_RBK_SUCCESS_URL"] = "Contact address for successful payment";
14$MESS["SALE_RBK_DESC_SUCCESS_URL"] = "URL script (on sellers website) for processing notification of successful payment";
15$MESS["SALE_RBK_FAIL_URL"] = "Contact address if error in payment";
16$MESS["SALE_RBK_DESC_FAIL_URL"] = "URL (on sellers website) for redirecting buyer in case of unsuccessful payment";
17$MESS["SALE_RBK_SECRET_KEY"] = "Sellers code word";
18$MESS["SALE_RBK_DESC_SECRET_KEY"] = " The code field (shared secret) is defined in the process of concluding an agreement for the reception of payment and serves as the connection manager";
19$MESS["SALE_RBK_PAY_BUTTON"] = " Payment button name";
20$MESS["SALE_RBK_DESC_PAY_BUTTON"] = "";
21$MESS["SALE_RBK_USER_FIELD_1"] = " Additional parameter 1";
22$MESS["SALE_RBK_DESC_USER_FIELD_1"] = " This is stored with other payer data and is returned upon notification of payment";
23$MESS["SALE_RBK_USER_FIELD_2"] = " Additional parameter 2";
24$MESS["SALE_RBK_DESC_USER_FIELD_2"] = " This is stored with other payer data and returns upon notification of payment";
25$MESS["SALE_RBK_USER_FIELD_3"] = "Additional parameter 3";
26$MESS["SALE_RBK_DESC_USER_FIELD_3"] = " This is stored with other payer data and returns upon notification of payment";
27$MESS["SALE_RBK_F_NAME"] = "User name";
28$MESS["SALE_RBK_DESC_F_NAME"] = "";
29$MESS["SALE_RBK_S_NAME"] = "User last name";
30$MESS["SALE_RBK_DESC_S_NAME"] = "";
31$MESS["SALE_RBK_EMAIL"] = "Email address";
32$MESS["SALE_RBK_DESC_EMAIL"] = "";
33$MESS["SALE_RBK_ACTION_TYPE"] = "Type (left blank by default)";
34$MESS["SALE_RBK_DESC_ACTION_TYPE"] = "Page of payment type on site Robokassa (User immediately transferred to the given type of page): <br/>Payment with Rbk Money inner or rbkmoney<br/> Visa/MasterCard bankcard<br/>electronic payment systems exchangers <br/>payment terminals - terminals<br/>RBK Money prepaid- prepaidcard<br/>Russia Post postrus<br/>Mobile Retail Outlets mobilestores<br/>Wire transfer services transfers<br/>Internet banking ibank<br/>Bank transfers sberbank<br/>Svyaznoy Retail svyaznoy<br/>Euroset euroset<br/>Contact payment system contact<br/>MTS mts<br/>Kassa Uralsib uralsib<br/>HandyBank handybank<br/>Ocean Bank ocean<br/>Uralsib Internet bank ibankuralsib";
35?>
global $MESS
Определения bill.php:2