Skip to content

Commit

Permalink
Merge pull request #40 from yoomoney/release/v2.1.9
Browse files Browse the repository at this point in the history
Release/2.1.9
  • Loading branch information
tonchik-tm authored Oct 20, 2021
2 parents a6da4e8 + a0d2828 commit 03de35c
Show file tree
Hide file tree
Showing 239 changed files with 257 additions and 243 deletions.
2 changes: 0 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,6 @@ cache:
- $HOME/.composer

before_install:
- sudo sed 's/mozilla.DST_Root_CA_X3.crt/!mozilla\/DST_Root_CA_X3.crt/' -i /etc/ca-certificates.conf
- sudo update-ca-certificates
- composer self-update
- composer clear-cache

Expand Down
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
### v2.1.9 от 19.10.2021
* Добавлена поддержка параметра on_behalf_of для метода /me

### v2.1.8 от 18.10.2021
* Исправлена работа с ценой товара в чеке

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"email": "[email protected]"
}
],
"version": "2.1.8",
"version": "2.1.9",
"require": {
"php": ">=5.3.0",
"ext-curl": "*",
Expand Down
2 changes: 1 addition & 1 deletion docs/classes/JsonSerializable.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,6 @@ public jsonSerialize() : mixed

---

This document was automatically generated from source code comments on 2021-10-18 using [phpDocumentor](http://www.phpdoc.org/)
This document was automatically generated from source code comments on 2021-10-20 using [phpDocumentor](http://www.phpdoc.org/)

© 2021 YooMoney
2 changes: 1 addition & 1 deletion docs/classes/YooKassa-Client-ApiClientInterface.md
Original file line number Diff line number Diff line change
Expand Up @@ -192,6 +192,6 @@ public setConfig(array $config) : mixed

---

This document was automatically generated from source code comments on 2021-10-18 using [phpDocumentor](http://www.phpdoc.org/)
This document was automatically generated from source code comments on 2021-10-20 using [phpDocumentor](http://www.phpdoc.org/)

© 2021 YooMoney
2 changes: 1 addition & 1 deletion docs/classes/YooKassa-Client-BaseClient.md
Original file line number Diff line number Diff line change
Expand Up @@ -597,6 +597,6 @@ protected handleError(\YooKassa\Common\ResponseObject $response) : mixed

---

This document was automatically generated from source code comments on 2021-10-18 using [phpDocumentor](http://www.phpdoc.org/)
This document was automatically generated from source code comments on 2021-10-20 using [phpDocumentor](http://www.phpdoc.org/)

© 2021 YooMoney
2 changes: 1 addition & 1 deletion docs/classes/YooKassa-Client-CurlClient.md
Original file line number Diff line number Diff line change
Expand Up @@ -478,6 +478,6 @@ public setTimeout(int $timeout) : mixed

---

This document was automatically generated from source code comments on 2021-10-18 using [phpDocumentor](http://www.phpdoc.org/)
This document was automatically generated from source code comments on 2021-10-20 using [phpDocumentor](http://www.phpdoc.org/)

© 2021 YooMoney
2 changes: 1 addition & 1 deletion docs/classes/YooKassa-Client-UserAgent.md
Original file line number Diff line number Diff line change
Expand Up @@ -308,6 +308,6 @@ public setModule(string $name, string $version) : mixed

---

This document was automatically generated from source code comments on 2021-10-18 using [phpDocumentor](http://www.phpdoc.org/)
This document was automatically generated from source code comments on 2021-10-20 using [phpDocumentor](http://www.phpdoc.org/)

© 2021 YooMoney
10 changes: 7 additions & 3 deletions docs/classes/YooKassa-Client.md
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ DEFAULT_ATTEMPTS_COUNT = 3
Текущая версия библиотеки

```php
SDK_VERSION = '2.1.8'
SDK_VERSION = '2.1.9'
```


Expand Down Expand Up @@ -1271,7 +1271,7 @@ var_dump($response);
#### public me() : array|null

```php
public me() : array|null
public me(array|string|int|null $filter = null) : array|null
```

**Summary**
Expand All @@ -1284,6 +1284,10 @@ public me() : array|null

**Details:**
* Inherited From: [\YooKassa\Client](../classes/YooKassa-Client.md)
##### Parameters:
| Type | Name | Description |
| ---- | ---- | ----------- |
| <code lang="php">array OR string OR int OR null</code> | filter | Параметры поиска. В настоящее время доступен только `on_behalf_of` |
##### Throws:
| Type | Description |
| ---- | ----------- |
Expand Down Expand Up @@ -1701,6 +1705,6 @@ protected handleError(\YooKassa\Common\ResponseObject $response) : mixed

---

This document was automatically generated from source code comments on 2021-10-18 using [phpDocumentor](http://www.phpdoc.org/)
This document was automatically generated from source code comments on 2021-10-20 using [phpDocumentor](http://www.phpdoc.org/)

&copy; 2021 YooMoney
2 changes: 1 addition & 1 deletion docs/classes/YooKassa-Common-AbstractEnum.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,6 @@ Static public valueExists(mixed $value) : bool

---

This document was automatically generated from source code comments on 2021-10-18 using [phpDocumentor](http://www.phpdoc.org/)
This document was automatically generated from source code comments on 2021-10-20 using [phpDocumentor](http://www.phpdoc.org/)

&copy; 2021 YooMoney
2 changes: 1 addition & 1 deletion docs/classes/YooKassa-Common-AbstractObject.md
Original file line number Diff line number Diff line change
Expand Up @@ -319,6 +319,6 @@ protected getUnknownProperties() : array

---

This document was automatically generated from source code comments on 2021-10-18 using [phpDocumentor](http://www.phpdoc.org/)
This document was automatically generated from source code comments on 2021-10-20 using [phpDocumentor](http://www.phpdoc.org/)

&copy; 2021 YooMoney
2 changes: 1 addition & 1 deletion docs/classes/YooKassa-Common-AbstractPaymentRequest.md
Original file line number Diff line number Diff line change
Expand Up @@ -645,6 +645,6 @@ protected setValidationError(string $value) : mixed

---

This document was automatically generated from source code comments on 2021-10-18 using [phpDocumentor](http://www.phpdoc.org/)
This document was automatically generated from source code comments on 2021-10-20 using [phpDocumentor](http://www.phpdoc.org/)

&copy; 2021 YooMoney
Original file line number Diff line number Diff line change
Expand Up @@ -436,6 +436,6 @@ protected initCurrentObject() : self

---

This document was automatically generated from source code comments on 2021-10-18 using [phpDocumentor](http://www.phpdoc.org/)
This document was automatically generated from source code comments on 2021-10-20 using [phpDocumentor](http://www.phpdoc.org/)

&copy; 2021 YooMoney
2 changes: 1 addition & 1 deletion docs/classes/YooKassa-Common-AbstractRefundRequest.md
Original file line number Diff line number Diff line change
Expand Up @@ -535,6 +535,6 @@ protected setValidationError(string $value) : mixed

---

This document was automatically generated from source code comments on 2021-10-18 using [phpDocumentor](http://www.phpdoc.org/)
This document was automatically generated from source code comments on 2021-10-20 using [phpDocumentor](http://www.phpdoc.org/)

&copy; 2021 YooMoney
2 changes: 1 addition & 1 deletion docs/classes/YooKassa-Common-AbstractRequest.md
Original file line number Diff line number Diff line change
Expand Up @@ -393,6 +393,6 @@ protected setValidationError(string $value) : mixed

---

This document was automatically generated from source code comments on 2021-10-18 using [phpDocumentor](http://www.phpdoc.org/)
This document was automatically generated from source code comments on 2021-10-20 using [phpDocumentor](http://www.phpdoc.org/)

&copy; 2021 YooMoney
2 changes: 1 addition & 1 deletion docs/classes/YooKassa-Common-AbstractRequestBuilder.md
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,6 @@ Abstract protected initCurrentObject() : \YooKassa\Common\AbstractRequest

---

This document was automatically generated from source code comments on 2021-10-18 using [phpDocumentor](http://www.phpdoc.org/)
This document was automatically generated from source code comments on 2021-10-20 using [phpDocumentor](http://www.phpdoc.org/)

&copy; 2021 YooMoney
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,6 @@ public getResponseHeaders() : string[]

---

This document was automatically generated from source code comments on 2021-10-18 using [phpDocumentor](http://www.phpdoc.org/)
This document was automatically generated from source code comments on 2021-10-20 using [phpDocumentor](http://www.phpdoc.org/)

&copy; 2021 YooMoney
2 changes: 1 addition & 1 deletion docs/classes/YooKassa-Common-Exceptions-ApiException.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,6 @@ public getResponseHeaders() : string[]

---

This document was automatically generated from source code comments on 2021-10-18 using [phpDocumentor](http://www.phpdoc.org/)
This document was automatically generated from source code comments on 2021-10-20 using [phpDocumentor](http://www.phpdoc.org/)

&copy; 2021 YooMoney
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,6 @@ public getResponseHeaders() : string[]

---

This document was automatically generated from source code comments on 2021-10-18 using [phpDocumentor](http://www.phpdoc.org/)
This document was automatically generated from source code comments on 2021-10-20 using [phpDocumentor](http://www.phpdoc.org/)

&copy; 2021 YooMoney
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,6 @@ public getResponseHeaders() : string[]

---

This document was automatically generated from source code comments on 2021-10-18 using [phpDocumentor](http://www.phpdoc.org/)
This document was automatically generated from source code comments on 2021-10-20 using [phpDocumentor](http://www.phpdoc.org/)

&copy; 2021 YooMoney
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,6 @@ public getProperty() : string

---

This document was automatically generated from source code comments on 2021-10-18 using [phpDocumentor](http://www.phpdoc.org/)
This document was automatically generated from source code comments on 2021-10-20 using [phpDocumentor](http://www.phpdoc.org/)

&copy; 2021 YooMoney
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,6 @@ Constructor

---

This document was automatically generated from source code comments on 2021-10-18 using [phpDocumentor](http://www.phpdoc.org/)
This document was automatically generated from source code comments on 2021-10-20 using [phpDocumentor](http://www.phpdoc.org/)

&copy; 2021 YooMoney
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,6 @@ public getResponseHeaders() : string[]

---

This document was automatically generated from source code comments on 2021-10-18 using [phpDocumentor](http://www.phpdoc.org/)
This document was automatically generated from source code comments on 2021-10-20 using [phpDocumentor](http://www.phpdoc.org/)

&copy; 2021 YooMoney
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,6 @@ public getResponseHeaders() : string[]

---

This document was automatically generated from source code comments on 2021-10-18 using [phpDocumentor](http://www.phpdoc.org/)
This document was automatically generated from source code comments on 2021-10-20 using [phpDocumentor](http://www.phpdoc.org/)

&copy; 2021 YooMoney
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,6 @@ public getProperty() : string

---

This document was automatically generated from source code comments on 2021-10-18 using [phpDocumentor](http://www.phpdoc.org/)
This document was automatically generated from source code comments on 2021-10-20 using [phpDocumentor](http://www.phpdoc.org/)

&copy; 2021 YooMoney
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,6 @@ public getValue() : mixed

---

This document was automatically generated from source code comments on 2021-10-18 using [phpDocumentor](http://www.phpdoc.org/)
This document was automatically generated from source code comments on 2021-10-20 using [phpDocumentor](http://www.phpdoc.org/)

&copy; 2021 YooMoney
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,6 @@ public getType() : string

---

This document was automatically generated from source code comments on 2021-10-18 using [phpDocumentor](http://www.phpdoc.org/)
This document was automatically generated from source code comments on 2021-10-20 using [phpDocumentor](http://www.phpdoc.org/)

&copy; 2021 YooMoney
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,6 @@ public getRequestObject() : \YooKassa\Common\AbstractRequest|null

---

This document was automatically generated from source code comments on 2021-10-18 using [phpDocumentor](http://www.phpdoc.org/)
This document was automatically generated from source code comments on 2021-10-20 using [phpDocumentor](http://www.phpdoc.org/)

&copy; 2021 YooMoney
2 changes: 1 addition & 1 deletion docs/classes/YooKassa-Common-Exceptions-JsonException.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,6 @@ public __construct(mixed $message = &quot;&quot;, mixed $code, mixed $previous =

---

This document was automatically generated from source code comments on 2021-10-18 using [phpDocumentor](http://www.phpdoc.org/)
This document was automatically generated from source code comments on 2021-10-20 using [phpDocumentor](http://www.phpdoc.org/)

&copy; 2021 YooMoney
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,6 @@ public getResponseHeaders() : string[]

---

This document was automatically generated from source code comments on 2021-10-18 using [phpDocumentor](http://www.phpdoc.org/)
This document was automatically generated from source code comments on 2021-10-20 using [phpDocumentor](http://www.phpdoc.org/)

&copy; 2021 YooMoney
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,6 @@ public getResponseHeaders() : string[]

---

This document was automatically generated from source code comments on 2021-10-18 using [phpDocumentor](http://www.phpdoc.org/)
This document was automatically generated from source code comments on 2021-10-20 using [phpDocumentor](http://www.phpdoc.org/)

&copy; 2021 YooMoney
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,6 @@ public getResponseHeaders() : string[]

---

This document was automatically generated from source code comments on 2021-10-18 using [phpDocumentor](http://www.phpdoc.org/)
This document was automatically generated from source code comments on 2021-10-20 using [phpDocumentor](http://www.phpdoc.org/)

&copy; 2021 YooMoney
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,6 @@ public getResponseHeaders() : string[]

---

This document was automatically generated from source code comments on 2021-10-18 using [phpDocumentor](http://www.phpdoc.org/)
This document was automatically generated from source code comments on 2021-10-20 using [phpDocumentor](http://www.phpdoc.org/)

&copy; 2021 YooMoney
2 changes: 1 addition & 1 deletion docs/classes/YooKassa-Common-HttpVerb.md
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,6 @@ Static public valueExists(mixed $value) : bool

---

This document was automatically generated from source code comments on 2021-10-18 using [phpDocumentor](http://www.phpdoc.org/)
This document was automatically generated from source code comments on 2021-10-20 using [phpDocumentor](http://www.phpdoc.org/)

&copy; 2021 YooMoney
2 changes: 1 addition & 1 deletion docs/classes/YooKassa-Common-LoggerWrapper.md
Original file line number Diff line number Diff line change
Expand Up @@ -286,6 +286,6 @@ that are not necessarily wrong.

---

This document was automatically generated from source code comments on 2021-10-18 using [phpDocumentor](http://www.phpdoc.org/)
This document was automatically generated from source code comments on 2021-10-20 using [phpDocumentor](http://www.phpdoc.org/)

&copy; 2021 YooMoney
2 changes: 1 addition & 1 deletion docs/classes/YooKassa-Common-ResponseObject.md
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,6 @@ public getHeaders() : array

---

This document was automatically generated from source code comments on 2021-10-18 using [phpDocumentor](http://www.phpdoc.org/)
This document was automatically generated from source code comments on 2021-10-20 using [phpDocumentor](http://www.phpdoc.org/)

&copy; 2021 YooMoney
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,6 @@ public load(mixed $filePath = null) : mixed

---

This document was automatically generated from source code comments on 2021-10-18 using [phpDocumentor](http://www.phpdoc.org/)
This document was automatically generated from source code comments on 2021-10-20 using [phpDocumentor](http://www.phpdoc.org/)

&copy; 2021 YooMoney
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,6 @@ public load() : mixed

---

This document was automatically generated from source code comments on 2021-10-18 using [phpDocumentor](http://www.phpdoc.org/)
This document was automatically generated from source code comments on 2021-10-20 using [phpDocumentor](http://www.phpdoc.org/)

&copy; 2021 YooMoney
2 changes: 1 addition & 1 deletion docs/classes/YooKassa-Helpers-ProductCode.md
Original file line number Diff line number Diff line change
Expand Up @@ -333,6 +333,6 @@ public validate() : bool

---

This document was automatically generated from source code comments on 2021-10-18 using [phpDocumentor](http://www.phpdoc.org/)
This document was automatically generated from source code comments on 2021-10-20 using [phpDocumentor](http://www.phpdoc.org/)

&copy; 2021 YooMoney
2 changes: 1 addition & 1 deletion docs/classes/YooKassa-Helpers-Random.md
Original file line number Diff line number Diff line change
Expand Up @@ -227,6 +227,6 @@ Static public value(array $values, bool $useBest = true) : mixed

---

This document was automatically generated from source code comments on 2021-10-18 using [phpDocumentor](http://www.phpdoc.org/)
This document was automatically generated from source code comments on 2021-10-20 using [phpDocumentor](http://www.phpdoc.org/)

&copy; 2021 YooMoney
2 changes: 1 addition & 1 deletion docs/classes/YooKassa-Helpers-RawHeadersParser.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,6 @@ Static public parse(mixed $rawHeaders) : mixed

---

This document was automatically generated from source code comments on 2021-10-18 using [phpDocumentor](http://www.phpdoc.org/)
This document was automatically generated from source code comments on 2021-10-20 using [phpDocumentor](http://www.phpdoc.org/)

&copy; 2021 YooMoney
Loading

0 comments on commit 03de35c

Please sign in to comment.