Файловый менеджер - Редактировать - /var/www/html/libraries/omnipay3/vendor/omnipay/eway/src/Message/RapidSharedResponse.php
Ðазад
<?php /** * eWAY Rapid Shared Purchase Response */ namespace Omnipay\Eway\Message; use Omnipay\Common\Message\RedirectResponseInterface; /** * eWAY Rapid Shared Purchase Response * * @link https://eway.io/api-v3/#responsive-shared-page */ class RapidSharedResponse extends AbstractResponse implements RedirectResponseInterface { public function isRedirect() { return isset($this->data['SharedPaymentUrl']); } public function getRedirectUrl() { return isset($this->data['SharedPaymentUrl']) ? $this->data['SharedPaymentUrl'] : null; } public function getRedirectMethod() { return 'GET'; } public function getRedirectData() { return null; } /** * Get a card reference (eWAY Token), for createCard requests. * * @return string|null */ public function getCardReference() { if (isset($this->data['Customer']['TokenCustomerID'])) { return $this->data['Customer']['TokenCustomerID']; } } }
| ver. 1.1 | |
.
| PHP 8.4.18 | Ð“ÐµÐ½ÐµÑ€Ð°Ñ†Ð¸Ñ Ñтраницы: 0 |
proxy
|
phpinfo
|
ÐаÑтройка