Server IP : 80.87.202.40 / Your IP : 216.73.216.169 Web Server : Apache System : Linux rospirotorg.ru 5.14.0-539.el9.x86_64 #1 SMP PREEMPT_DYNAMIC Thu Dec 5 22:26:13 UTC 2024 x86_64 User : bitrix ( 600) PHP Version : 8.2.27 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /home/bitrix/ext_www/rospirotorg.ru/bitrix/modules/sale/ru/payment/z_payment/ |
Upload File : |
<?if (!defined("B_PROLOG_INCLUDED") || B_PROLOG_INCLUDED !== true) die();?> <form id="pay" name="pay" method="POST" action="https://z-payment.ru/merchant.php"> <input type="hidden" name="LMI_PAYEE_PURSE" value="<?= htmlspecialcharsbx(CSalePaySystemAction::GetParamValue("ZP_SHOP_ID")) ?>"> <input type="hidden" name="LMI_PAYMENT_AMOUNT" value="<?= htmlspecialcharsbx( CCurrencyRates::ConvertCurrency($GLOBALS["SALE_INPUT_PARAMS"]["ORDER"]["SHOULD_PAY"], $GLOBALS["SALE_INPUT_PARAMS"]["ORDER"]["CURRENCY"] , CSalePaySystemAction::GetParamValue("ZP_CODE_RUR")) ) ?>"> <input type="hidden" name="LMI_PAYMENT_DESC" value="Заказ <?= intval($GLOBALS["SALE_INPUT_PARAMS"]["ORDER"]["ID"]) ?> от <?= htmlspecialcharsbx($GLOBALS["SALE_INPUT_PARAMS"]["ORDER"]["DATE_INSERT"]) ?>"> <input type="hidden" name="LMI_PAYMENT_NO" value="<?= intval($GLOBALS["SALE_INPUT_PARAMS"]["ORDER"]["ID"]) ?>"> <input type="hidden" name="CLIENT_MAIL" value="<?= $USER->GetEmail() ?>"> <input type="submit" value="Оплатить заказ" class="btn btn-primary"> </form>