Файловый менеджер - Редактировать - /var/www/html/libraries/omnipay3/vendor/caswell-wc/omnipay-plugnpay/src/Message/AuthorizeResponse.php
Ðазад
<?php namespace Omnipay\PlugNPay\Message; /** * Class AuthorizeResponse * * @package Omnipay\PlugNPay\Message */ class AuthorizeResponse extends Response { /** * Get the response code for this authorization. * * @return string */ public function getCode() { return $this->data['resp-code']; } /** * Get the transaction reference for this authorization. * * @return string */ public function getTransactionReference() { return $this->data['orderID']; } /** * Get the auth code for this authorization. * * @return string */ public function getAuthCode() { return $this->data['auth-code']; } }
| ver. 1.1 | |
.
| PHP 8.4.18 | Ð“ÐµÐ½ÐµÑ€Ð°Ñ†Ð¸Ñ Ñтраницы: 0 |
proxy
|
phpinfo
|
ÐаÑтройка