Файловый менеджер - Редактировать - /var/www/html/libraries/omnipay/vendor/omnipay/targetpay/src/Message/MrcashPurchaseRequest.php
Ðазад
<?php namespace Omnipay\TargetPay\Message; class MrcashPurchaseRequest extends PurchaseRequest { /** * {@inheritdoc} */ public function getData() { $this->validate('amount', 'description', 'clientIp', 'returnUrl'); return array( 'rtlo' => $this->getSubAccountId(), 'amount' => $this->getAmountInteger(), 'description' => $this->getDescription(), 'lang' => $this->getLanguage(), 'userip' => $this->getClientIp(), 'returnurl' => $this->getReturnUrl(), 'reporturl' => $this->getNotifyUrl(), ); } /** * {@inheritdoc} */ public function getEndpoint() { return 'https://www.targetpay.com/mrcash/start'; } }
| ver. 1.1 | |
.
| PHP 8.4.18 | Ð“ÐµÐ½ÐµÑ€Ð°Ñ†Ð¸Ñ Ñтраницы: 0 |
proxy
|
phpinfo
|
ÐаÑтройка