Skip to content

Commit

Permalink
Merge pull request #37 from yoomoney/release/v2.1.7
Browse files Browse the repository at this point in the history
Release/2.1.7
  • Loading branch information
tonchik-tm authored Sep 28, 2021
2 parents f2bfa60 + bb18c2d commit 4ea726f
Show file tree
Hide file tree
Showing 238 changed files with 242 additions and 239 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
### v2.1.7 от 28.09.2021
* Поддержка psr/log версий 2 и 3

### v2.1.6 от 17.09.2021
* Удаление ConfirmationType::DEEPLINK

Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@
"email": "[email protected]"
}
],
"version": "2.1.6",
"version": "2.1.7",
"require": {
"php": ">=5.3.0",
"ext-curl": "*",
"ext-json": "*",
"ext-mbstring": "*",
"psr/log": "^1.0.1 || ^2.0 || ^3.0"
"psr/log": "^1.0 || ^2.0 || ^3.0"
},
"require-dev": {
"ext-xml": "*",
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-09-17 using [phpDocumentor](http://www.phpdoc.org/)
This document was automatically generated from source code comments on 2021-09-28 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-09-17 using [phpDocumentor](http://www.phpdoc.org/)
This document was automatically generated from source code comments on 2021-09-28 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-09-17 using [phpDocumentor](http://www.phpdoc.org/)
This document was automatically generated from source code comments on 2021-09-28 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-09-17 using [phpDocumentor](http://www.phpdoc.org/)
This document was automatically generated from source code comments on 2021-09-28 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-09-17 using [phpDocumentor](http://www.phpdoc.org/)
This document was automatically generated from source code comments on 2021-09-28 using [phpDocumentor](http://www.phpdoc.org/)

© 2021 YooMoney
4 changes: 2 additions & 2 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.6'
SDK_VERSION = '2.1.7'
```


Expand Down Expand Up @@ -1701,6 +1701,6 @@ protected handleError(\YooKassa\Common\ResponseObject $response) : mixed

---

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

© 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-09-17 using [phpDocumentor](http://www.phpdoc.org/)
This document was automatically generated from source code comments on 2021-09-28 using [phpDocumentor](http://www.phpdoc.org/)

© 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-09-17 using [phpDocumentor](http://www.phpdoc.org/)
This document was automatically generated from source code comments on 2021-09-28 using [phpDocumentor](http://www.phpdoc.org/)

© 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-09-17 using [phpDocumentor](http://www.phpdoc.org/)
This document was automatically generated from source code comments on 2021-09-28 using [phpDocumentor](http://www.phpdoc.org/)

© 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-09-17 using [phpDocumentor](http://www.phpdoc.org/)
This document was automatically generated from source code comments on 2021-09-28 using [phpDocumentor](http://www.phpdoc.org/)

© 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-09-17 using [phpDocumentor](http://www.phpdoc.org/)
This document was automatically generated from source code comments on 2021-09-28 using [phpDocumentor](http://www.phpdoc.org/)

© 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-09-17 using [phpDocumentor](http://www.phpdoc.org/)
This document was automatically generated from source code comments on 2021-09-28 using [phpDocumentor](http://www.phpdoc.org/)

© 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-09-17 using [phpDocumentor](http://www.phpdoc.org/)
This document was automatically generated from source code comments on 2021-09-28 using [phpDocumentor](http://www.phpdoc.org/)

© 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-09-17 using [phpDocumentor](http://www.phpdoc.org/)
This document was automatically generated from source code comments on 2021-09-28 using [phpDocumentor](http://www.phpdoc.org/)

© 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-09-17 using [phpDocumentor](http://www.phpdoc.org/)
This document was automatically generated from source code comments on 2021-09-28 using [phpDocumentor](http://www.phpdoc.org/)

© 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-09-17 using [phpDocumentor](http://www.phpdoc.org/)
This document was automatically generated from source code comments on 2021-09-28 using [phpDocumentor](http://www.phpdoc.org/)

© 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-09-17 using [phpDocumentor](http://www.phpdoc.org/)
This document was automatically generated from source code comments on 2021-09-28 using [phpDocumentor](http://www.phpdoc.org/)

© 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-09-17 using [phpDocumentor](http://www.phpdoc.org/)
This document was automatically generated from source code comments on 2021-09-28 using [phpDocumentor](http://www.phpdoc.org/)

© 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-09-17 using [phpDocumentor](http://www.phpdoc.org/)
This document was automatically generated from source code comments on 2021-09-28 using [phpDocumentor](http://www.phpdoc.org/)

© 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-09-17 using [phpDocumentor](http://www.phpdoc.org/)
This document was automatically generated from source code comments on 2021-09-28 using [phpDocumentor](http://www.phpdoc.org/)

© 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-09-17 using [phpDocumentor](http://www.phpdoc.org/)
This document was automatically generated from source code comments on 2021-09-28 using [phpDocumentor](http://www.phpdoc.org/)

© 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-09-17 using [phpDocumentor](http://www.phpdoc.org/)
This document was automatically generated from source code comments on 2021-09-28 using [phpDocumentor](http://www.phpdoc.org/)

© 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-09-17 using [phpDocumentor](http://www.phpdoc.org/)
This document was automatically generated from source code comments on 2021-09-28 using [phpDocumentor](http://www.phpdoc.org/)

© 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-09-17 using [phpDocumentor](http://www.phpdoc.org/)
This document was automatically generated from source code comments on 2021-09-28 using [phpDocumentor](http://www.phpdoc.org/)

© 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-09-17 using [phpDocumentor](http://www.phpdoc.org/)
This document was automatically generated from source code comments on 2021-09-28 using [phpDocumentor](http://www.phpdoc.org/)

© 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 = "", mixed $code, mixed $previous =

---

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

© 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-09-17 using [phpDocumentor](http://www.phpdoc.org/)
This document was automatically generated from source code comments on 2021-09-28 using [phpDocumentor](http://www.phpdoc.org/)

© 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-09-17 using [phpDocumentor](http://www.phpdoc.org/)
This document was automatically generated from source code comments on 2021-09-28 using [phpDocumentor](http://www.phpdoc.org/)

© 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-09-17 using [phpDocumentor](http://www.phpdoc.org/)
This document was automatically generated from source code comments on 2021-09-28 using [phpDocumentor](http://www.phpdoc.org/)

© 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-09-17 using [phpDocumentor](http://www.phpdoc.org/)
This document was automatically generated from source code comments on 2021-09-28 using [phpDocumentor](http://www.phpdoc.org/)

© 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-09-17 using [phpDocumentor](http://www.phpdoc.org/)
This document was automatically generated from source code comments on 2021-09-28 using [phpDocumentor](http://www.phpdoc.org/)

© 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-09-17 using [phpDocumentor](http://www.phpdoc.org/)
This document was automatically generated from source code comments on 2021-09-28 using [phpDocumentor](http://www.phpdoc.org/)

© 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-09-17 using [phpDocumentor](http://www.phpdoc.org/)
This document was automatically generated from source code comments on 2021-09-28 using [phpDocumentor](http://www.phpdoc.org/)

© 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-09-17 using [phpDocumentor](http://www.phpdoc.org/)
This document was automatically generated from source code comments on 2021-09-28 using [phpDocumentor](http://www.phpdoc.org/)

© 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-09-17 using [phpDocumentor](http://www.phpdoc.org/)
This document was automatically generated from source code comments on 2021-09-28 using [phpDocumentor](http://www.phpdoc.org/)

© 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-09-17 using [phpDocumentor](http://www.phpdoc.org/)
This document was automatically generated from source code comments on 2021-09-28 using [phpDocumentor](http://www.phpdoc.org/)

© 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-09-17 using [phpDocumentor](http://www.phpdoc.org/)
This document was automatically generated from source code comments on 2021-09-28 using [phpDocumentor](http://www.phpdoc.org/)

© 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-09-17 using [phpDocumentor](http://www.phpdoc.org/)
This document was automatically generated from source code comments on 2021-09-28 using [phpDocumentor](http://www.phpdoc.org/)

© 2021 YooMoney
2 changes: 1 addition & 1 deletion docs/classes/YooKassa-Helpers-StringObject.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,6 @@ public __toString() : string

---

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

© 2021 YooMoney
2 changes: 1 addition & 1 deletion docs/classes/YooKassa-Helpers-TypeCast.md
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,6 @@ Static public castToDateTime(string|int|\DateTime $value) : \DateTime|null

---

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

© 2021 YooMoney
Loading

0 comments on commit 4ea726f

Please sign in to comment.