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