Файловый менеджер - Редактировать - /var/www/html/libraries/omnipay3/vendor/omnipay/authorizenet/src/Message/CIMCreateCardResponse.php
Ðазад
<?php namespace Omnipay\AuthorizeNet\Message; /** * Authorize.Net CIM Create card Response */ class CIMCreateCardResponse extends CIMAbstractResponse { protected $responseType = 'createCustomerProfileResponse'; public function getCustomerProfileId() { if ($this->isSuccessful()) { return $this->data['customerProfileId']; } return null; } public function getCustomerPaymentProfileId() { if ($this->isSuccessful()) { return $this->data['customerPaymentProfileIdList']['numericString']; } return null; } }
| ver. 1.1 | |
.
| PHP 8.4.18 | Ð“ÐµÐ½ÐµÑ€Ð°Ñ†Ð¸Ñ Ñтраницы: 0 |
proxy
|
phpinfo
|
ÐаÑтройка