Файловый менеджер - Редактировать - /var/www/html/libraries/omnipay3/vendor/omnipay/authorizenet/src/Message/Query/AIMPaymentPlanQueryRequest.php
Ðазад
<?php namespace Omnipay\AuthorizeNet\Message\Query; /** * Authorize.Net AIM Authorize Request */ class AIMPaymentPlanQueryRequest extends AIMAbstractQueryRequest { protected $action = ''; protected $requestType = 'ARBGetSubscriptionRequest'; protected $recurringReference; /** * @return string */ public function getRecurringReference() { return $this->recurringReference; } /** * @param string $recurringReference */ public function setRecurringReference($recurringReference) { $this->recurringReference = $recurringReference; } /** * Get data to send. */ public function getData() { $data = $this->getBaseData(); $data->subscriptionId = $this->getRecurringReference(); return $data; } protected function addTransactionType(\SimpleXMLElement $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 AIMPaymentPlanQueryResponse($this, $httpResponse->getBody()->getContents()); } }
| ver. 1.1 | |
.
| PHP 8.4.18 | Ð“ÐµÐ½ÐµÑ€Ð°Ñ†Ð¸Ñ Ñтраницы: 0 |
proxy
|
phpinfo
|
ÐаÑтройка