1C-Bitrix 25.700.0
Загрузка...
Поиск...
Не найдено
payment.php
См. документацию.
1<?
2global $MESS;
3
4$MESS["PPL_INFO"] = "PayPal's service builds on the existing financial infrastructure of bank accounts and credit cards and utilizes the world's most advanced proprietary fraud prevention systems to create a safe, global, real-time payment solution.";
5$MESS["PPL_T1"] = "Thank you for your purchase!";
6$MESS["PPL_T2"] = "Payment Details";
7$MESS["PPL_T3"] = "Name";
8$MESS["PPL_T4"] = "Item";
9$MESS["PPL_T5"] = "Amount";
10$MESS["PPL_I1"] = "Payment was Unsuccessful.";
11$MESS["PPL_I2"] = "Error during connecting to PayPal.";
12$MESS["PPL_I3"] = "Your transaction has been completed, and a receipt for your purchase has been emailed to you.<br>You may log into your account at <a href=\"https://www.paypal.com\">www.paypal.com</a> to view details of this transaction.";
13$MESS["PPL_I4"] = "You can view order status in personal section on <a href=\"/personal/\">our site</a>.";
14$MESS["PPL_ORDER_PAYED"] = "Your order is paid.";
15$MESS["PPL_BUTTON"] = "Pay via PayPal";
16$MESS["PPL_PREAUTH_TEXT"] = "Important! Total amount for the order may change after shipping costs and discounts are applied.";
17?>
global $MESS
Определения bill.php:2