Файловый менеджер - Редактировать - /var/www/html/libraries/omnipay/vendor/omnipay/pin/src/Message/Response.php
Ðазад
<?php namespace Omnipay\Pin\Message; use Omnipay\Common\Message\AbstractResponse; /** * Pin Response */ class Response extends AbstractResponse { public function isSuccessful() { return !isset($this->data['error']); } public function getTransactionReference() { if (isset($this->data['response']['token'])) { return $this->data['response']['token']; } } public function getMessage() { if ($this->isSuccessful()) { return $this->data['response']['status_message']; } else { return $this->data['error_description']; } } }
| ver. 1.1 | |
.
| PHP 8.4.18 | Ð“ÐµÐ½ÐµÑ€Ð°Ñ†Ð¸Ñ Ñтраницы: 0 |
proxy
|
phpinfo
|
ÐаÑтройка