Файловый менеджер - Редактировать - /var/www/html/libraries/omnipay/vendor/th3third/omnipay-payflow-extended/src/Message/RecurringProfileInquiryResponse.php
Ðазад
<?php namespace Omnipay\PayflowExtended\Message; use Omnipay\Payflow\Message\Response; class RecurringProfileInquiryResponse extends Response { protected $card; public function isSuccessful() { return isset($this->data['RESULT']) && '0' === $this->data['RESULT']; } public function getCard() { if (!$this->card) { $this->card = new CreditCard; $this->card->setNumber($this->data['ACCT']); } return $this->card; } public function getStart() { return isset($this->data['START']) ? $this->data['START'] : null; } }
| ver. 1.1 | |
.
| PHP 8.4.18 | Ð“ÐµÐ½ÐµÑ€Ð°Ñ†Ð¸Ñ Ñтраницы: 0 |
proxy
|
phpinfo
|
ÐаÑтройка