Файловый менеджер - Редактировать - /var/www/html/libraries/omnipay/vendor/omnipay/multisafepay/src/Message/AbstractResponse.php
Ðазад
<?php namespace Omnipay\MultiSafepay\Message; use Omnipay\Common\Message\AbstractResponse as BaseAbstractResponse; /** * @method mixed|\SimpleXMLElement getData() */ abstract class AbstractResponse extends BaseAbstractResponse { /** * {@inheritdoc} */ public function getMessage() { if (isset($this->data->error)) { return (string) $this->data->error->description; } return null; } /** * {@inheritdoc} */ public function getCode() { if (isset($this->data->error)) { return (string) $this->data->error->code; } return null; } }
| ver. 1.1 | |
.
| PHP 8.4.18 | Ð“ÐµÐ½ÐµÑ€Ð°Ñ†Ð¸Ñ Ñтраницы: 0 |
proxy
|
phpinfo
|
ÐаÑтройка