Файловый менеджер - Редактировать - /home/lmsyaran/public_html/j3/plugins/hikashoppayment/mangopay/mangolib/tools/apiClients.inc
Назад
<?php namespace MangoPay; /** * Class to management MangoPay API for users */ class ApiClients extends ApiBase { /** * Get client data for Basic Access Authentication * @param string $clientId Client identifier * @param string $clientName Beautiful name for presentation * @param string $clientEmail Client's email * @return \MangoPay\Client Client object */ public function Create($clientId, $clientName, $clientEmail) { $urlMethod = $this->GetRequestUrl('authentication_base'); $requestType = $this->GetRequestType('authentication_base'); $requestData = array( 'ClientId' => $clientId, 'Name' => $clientName, 'Email' => $clientEmail, ); $rest = new RestTool(false, $this->_root); $response = $rest->Request($urlMethod, $requestType, $requestData); return $this->CastResponseToEntity($response, '\MangoPay\Client'); } }
| ver. 1.4 |
Github
|
.
| PHP 8.1.33 | Генерация страницы: 0.02 |
proxy
|
phpinfo
|
Настройка