Файловый менеджер - Редактировать - /var/www/html/libraries/omnipay3/vendor/omnipay/authorizenet/src/Message/Query/QueryBatchRequest.php
Ðазад
<?php namespace Omnipay\AuthorizeNet\Message\Query; /** * Authorize.Net AIM Authorize Request */ class QueryBatchRequest extends AIMAbstractQueryRequest { protected $requestType = 'getSettledBatchListRequest'; 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 QueryBatchResponse( $this, $httpResponse->getBody()->getContents() ); } }
| ver. 1.1 | |
.
| PHP 8.4.18 | Ð“ÐµÐ½ÐµÑ€Ð°Ñ†Ð¸Ñ Ñтраницы: 0 |
proxy
|
phpinfo
|
ÐаÑтройка