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/webmoney_pci/ |
Upload File : |
<?if (!defined("B_PROLOG_INCLUDED") || B_PROLOG_INCLUDED !== true) die();?><? $strPAYEE_PURSE = CSalePaySystemAction::GetParamValue("ACC_NUMBER"); $SERVER_NAME_tmp = ""; if (defined("SITE_SERVER_NAME")) $SERVER_NAME_tmp = SITE_SERVER_NAME; if ($SERVER_NAME_tmp == '') $SERVER_NAME_tmp = COption::GetOptionString("main", "server_name", ""); $strPayPath = ""; $strPayPath .= "url=".urlencode("http://".$SERVER_NAME_tmp.(CSalePaySystemAction::GetParamValue("PATH_TO_RESULT"))."?ORDER_ID=".intval(CSalePaySystemAction::GetParamValue("ORDER_ID"))); $strPayPath .= "&purse=".$strPAYEE_PURSE; $strPayPath .= "&amount=".round(CSalePaySystemAction::GetParamValue("SHOULD_PAY"), 2); $strPayPath .= "&method=POST"; $strPayPath .= "&desc=Order_".intval(CSalePaySystemAction::GetParamValue("ORDER_ID")); $strPayPath .= "&mode=".CSalePaySystemAction::GetParamValue("TEST_MODE"); ?> <div class="container-fluid"> <div class="row mb-3"> <div class="col"> Если Вы пользуетесь <strong>WMKeeper Classic</strong>, перейдите для оплаты заказа по следующей ссылке: <a class="" href="wmk:paylink?<?= $strPayPath ?>"><strong>Оплатить заказ</strong></a> </div> </div> <div class="row"> <div class="col"> Если Вы пользуетесь <strong>WMKeeper Light</strong>, перейдите для оплаты заказа по следующей ссылке: <a class="" href="https://light.webmoney.ru/pci.aspx?<?= $strPayPath ?>"><strong>Оплатить заказ</strong></a> </div> </div> </div>