1C-Bitrix 25.700.0
Загрузка...
Поиск...
Не найдено
liqpay.php
См. документацию.
1<?
2global $MESS;
3
4$MESS["SALE_MERCHANT_ID"] = "Merchant ID";
5$MESS["SALE_MERCHANT_ID_DESC"] = "Please refer to https://www.liqpay.com/?do=shop_access";
6$MESS["SALE_SIGN"] = "Signature";
7$MESS["SALE_SIGN_DESC"] = "Please refer to https://www.liqpay.com/?do=shop_access";
8$MESS["SALE_PATH_TO_SERVER_URL"] = "Handler path";
9$MESS["SALE_PATH_TO_SERVER_URL_DESC"] = "The page the payment system will pass the result to.";
10$MESS["SALE_PATH_TO_RESULT_URL"] = "Back to shop path";
11$MESS["SALE_PATH_TO_RESULT_URL_DESC"] = "The page to which a customer will be redirected.";
12$MESS["SALE_ORDER_ID"] = "Order #";
13$MESS["SALE_CURRENCY"] = "Order currency";
14$MESS["SALE_SHOULD_PAY"] = "Total Amount";
15
16$MESS["PAYMENT_PAY"] = "Pay";
17$MESS["PAYMENT_DESCRIPTION_PS"] = "Pay via";
18$MESS["PAYMENT_DESCRIPTION_SUM"] = "Total amout";
19
20$MESS["SALE_PHONE"] = "Customer phone";
21$MESS["PAYMENT_PM"] = "Payment method";
22$MESS["PAYMENT_PM_DESCRIPTION"] = "Leave this field blank to let a customer choose the payment method.";
23?>
global $MESS
Определения bill.php:2