Файловый менеджер - Редактировать - /var/www/html/libraries/omnipay3/vendor/omnipay/authorizenet/src/Message/CIMGetPaymentProfileRequest.php
Ðазад
<?php namespace Omnipay\AuthorizeNet\Message; /** * Create Request to get customer profile */ class CIMGetPaymentProfileRequest extends CIMAbstractRequest { protected $requestType = 'getCustomerPaymentProfileRequest'; public function getData() { $this->validate('customerProfileId', 'customerPaymentProfileId'); $data = $this->getBaseData(); $data->customerProfileId = $this->getCustomerProfileId(); $data->customerPaymentProfileId = $this->getCustomerPaymentProfileId(); return $data; } public function sendData($data) { $headers = array('Content-Type' => 'text/xml; charset=utf-8'); $data = $data->saveXml(); $httpResponse = $this->httpClient->request('POST', $this->getEndpoint(), $headers, $data); return $this->response = new CIMGetPaymentProfileResponse($this, $httpResponse->getBody()->getContents()); } }
| ver. 1.1 | |
.
| PHP 8.4.18 | Ð“ÐµÐ½ÐµÑ€Ð°Ñ†Ð¸Ñ Ñтраницы: 0 |
proxy
|
phpinfo
|
ÐаÑтройка