repair composer.json
This commit is contained in:
parent
1140d78196
commit
1b6dc11933
2 changed files with 1 additions and 25 deletions
|
@ -15,7 +15,7 @@
|
|||
],
|
||||
"require": {
|
||||
"ext-json": "*",
|
||||
"ext-tokenizer": "*"
|
||||
"ext-tokenizer": "*",
|
||||
"ext-mbstring": "*",
|
||||
"ext-xmlwriter": "*"
|
||||
},
|
||||
|
|
|
@ -3072,28 +3072,4 @@ class ApiClient
|
|||
$request
|
||||
);
|
||||
}
|
||||
|
||||
/**
|
||||
* @param array $request
|
||||
* @return \RetailCrm\Response\ApiResponse
|
||||
*/
|
||||
public function loyaltyOrderApply(array $request): ApiResponse
|
||||
{
|
||||
return $this->client->makeRequest(
|
||||
"/api/v5/orders/loyalty/apply",
|
||||
Client::METHOD_POST,
|
||||
$request
|
||||
);
|
||||
}
|
||||
|
||||
/**
|
||||
* @return \RetailCrm\Response\ApiResponse
|
||||
*/
|
||||
public function getCredentials(): ApiResponse
|
||||
{
|
||||
return $this->client->makeRequest(
|
||||
"/api/credentials",
|
||||
Client::METHOD_GET
|
||||
);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue