Файловый менеджер - Редактировать - /var/www/html/libraries/omnipay3/vendor/omnipay/mollie/src/Message/Response/AbstractMollieResponse.php
Ðазад
<?php namespace Omnipay\Mollie\Message\Response; use Omnipay\Common\Message\AbstractResponse; class AbstractMollieResponse extends AbstractResponse { /** * @return bool */ public function isSuccessful() { if (isset($this->data['status']) && isset($this->data['detail'])) { return false; } return true; } /** * @return string */ public function getMessage() { return json_encode($this->data); } }
| ver. 1.1 | |
.
| PHP 8.4.18 | Ð“ÐµÐ½ÐµÑ€Ð°Ñ†Ð¸Ñ Ñтраницы: 0 |
proxy
|
phpinfo
|
ÐаÑтройка