File manager - Edit - /home/premiey/www/wp-content/plugins/ameliabooking/vendor/omnipay/mollie/src/Message/Response/AbstractMollieResponse.php
Back
<?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.4 |
Github
|
.
| PHP 5.4.45 | Generation time: 0 |
proxy
|
phpinfo
|
Settings