////////////////////////////////////////////////////////////////
// Модуль Z-PAYMENT для 1C-Bitrix //
////////////////////////////////////////////////////////////////
// Z-PAYMENT, система приема и обработки платежей //
// All rights reserved © 2002-2007, TRANSACTOR LLC //
////////////////////////////////////////////////////////////////
global $MESS;
$MESS["SWMWP_DTITLE"] = "Payment via Z-PAYMENT (Russian Payment System)";
$MESS["SWMWP_DDESCR"] = "Payment via Z-PAYMENT using Web Merchant Interface https://z-payment.ru.
For automatically receiving payments on this shop it should be add into list of shops. Authorise and on the site https://z-payment.ru/addshop.php you will get page with sets of shop.
\r\nset parameters:
- Result URL - to track payments automatically, specify its address (http://site/bitrix/php_interface/include/sale_payment/z_payment_result.php); for notifications via e-mail - mailto:name@address.ru
- Success URL - is the page to which the customer will be redirected on success (http://site/success.html). Specify appropriate page here.
- Fail URL - is the page to which the customer will be redirected if the Web Merchant Interface failed to process payment. (http://site/fail.html).
- Signature algorithm - MD5
- Merchant Key - any set of symbols. specify if you want to track payments automatically.
";
$MESS["SWMWP_ZPIDSD"] = '*Shop identifier';
$MESS["SWMWP_ZPIDS"] = "Whole number - shop identifier in Z-PAYMENT Merchant system. It appropriate automatically by system during create new shop.";
$MESS["SWMWP_ZPSCD"] = '*Shop Key - Merchant Key';
$MESS["SWMWP_ZPSC"] = "";
$MESS["SWMWP_ZPRURD"] = '*"Russian ruble" currency code in system.';
$MESS["SWMWP_ZPRUR"] = 'For example, RUR or RUB!';
?>