Файловый менеджер - Редактировать - /var/www/html/libraries/omnipay3/vendor/omnipay/gocardless/src/Message/PurchaseResponse.php
Ðазад
<?php namespace Omnipay\GoCardless\Message; use Omnipay\Common\Message\AbstractResponse; use Omnipay\Common\Message\RedirectResponseInterface; use Omnipay\GoCardless\Gateway; /** * GoCardless Purchase Response */ class PurchaseResponse extends AbstractResponse implements RedirectResponseInterface { public function isSuccessful() { return false; } public function isRedirect() { return true; } public function getRedirectUrl() { return $this->getRequest()->getEndpoint().'/connect/bills/new?'.Gateway::generateQueryString($this->data); } public function getRedirectMethod() { return 'GET'; } public function getRedirectData() { return null; } }
| ver. 1.1 | |
.
| PHP 8.4.18 | Ð“ÐµÐ½ÐµÑ€Ð°Ñ†Ð¸Ñ Ñтраницы: 0 |
proxy
|
phpinfo
|
ÐаÑтройка