Skip to content

Commit

Permalink
Merge pull request #60 from yoomoney/release/v2.3.0
Browse files Browse the repository at this point in the history
Release/2.3.0
  • Loading branch information
tonchik-tm authored Mar 22, 2022
2 parents 75f31ab + c45aed6 commit 7ebbab8
Show file tree
Hide file tree
Showing 569 changed files with 1,822 additions and 703 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
### v2.3.0 от 22.03.2022
* Добавлен метод оплаты через СБП
* Добавлены тесты
* Изменен год в лицензии

### v2.2.8 от 11.03.2022
* Исправлена ошибка в сериализации объекта Receipt

Expand Down
2 changes: 1 addition & 1 deletion LICENSE.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

The MIT License

Copyright (c) 2020 "YooMoney", NBСO LLC
Copyright (c) 2022 "YooMoney", NBСO LLC

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
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.2.8",
"version": "2.3.0",
"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 @@ -50,6 +50,6 @@ public jsonSerialize() : mixed

---

This document was automatically generated from source code comments on 2022-03-11 using [phpDocumentor](http://www.phpdoc.org/)
This document was automatically generated from source code comments on 2022-03-22 using [phpDocumentor](http://www.phpdoc.org/)

© 2022 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 @@ -200,6 +200,6 @@ public setConfig(array $config) : mixed

---

This document was automatically generated from source code comments on 2022-03-11 using [phpDocumentor](http://www.phpdoc.org/)
This document was automatically generated from source code comments on 2022-03-22 using [phpDocumentor](http://www.phpdoc.org/)

© 2022 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 @@ -667,6 +667,6 @@ protected handleError(\YooKassa\Common\ResponseObject $response) : mixed

---

This document was automatically generated from source code comments on 2022-03-11 using [phpDocumentor](http://www.phpdoc.org/)
This document was automatically generated from source code comments on 2022-03-22 using [phpDocumentor](http://www.phpdoc.org/)

© 2022 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 @@ -495,6 +495,6 @@ public setTimeout(int $timeout) : mixed

---

This document was automatically generated from source code comments on 2022-03-11 using [phpDocumentor](http://www.phpdoc.org/)
This document was automatically generated from source code comments on 2022-03-22 using [phpDocumentor](http://www.phpdoc.org/)

© 2022 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 @@ -316,6 +316,6 @@ public setModule(string $name, string $version) : mixed

---

This document was automatically generated from source code comments on 2022-03-11 using [phpDocumentor](http://www.phpdoc.org/)
This document was automatically generated from source code comments on 2022-03-22 using [phpDocumentor](http://www.phpdoc.org/)

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

```php
SDK_VERSION = '2.2.8'
SDK_VERSION = '2.3.0'
```


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

---

This document was automatically generated from source code comments on 2022-03-11 using [phpDocumentor](http://www.phpdoc.org/)
This document was automatically generated from source code comments on 2022-03-22 using [phpDocumentor](http://www.phpdoc.org/)

© 2022 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 @@ -118,6 +118,6 @@ Static public valueExists(mixed $value) : bool

---

This document was automatically generated from source code comments on 2022-03-11 using [phpDocumentor](http://www.phpdoc.org/)
This document was automatically generated from source code comments on 2022-03-22 using [phpDocumentor](http://www.phpdoc.org/)

© 2022 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 @@ -332,6 +332,6 @@ protected getUnknownProperties() : array

---

This document was automatically generated from source code comments on 2022-03-11 using [phpDocumentor](http://www.phpdoc.org/)
This document was automatically generated from source code comments on 2022-03-22 using [phpDocumentor](http://www.phpdoc.org/)

© 2022 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 @@ -666,6 +666,6 @@ protected setValidationError(string $value) : mixed

---

This document was automatically generated from source code comments on 2022-03-11 using [phpDocumentor](http://www.phpdoc.org/)
This document was automatically generated from source code comments on 2022-03-22 using [phpDocumentor](http://www.phpdoc.org/)

© 2022 YooMoney
Original file line number Diff line number Diff line change
Expand Up @@ -462,6 +462,6 @@ protected initCurrentObject() : self

---

This document was automatically generated from source code comments on 2022-03-11 using [phpDocumentor](http://www.phpdoc.org/)
This document was automatically generated from source code comments on 2022-03-22 using [phpDocumentor](http://www.phpdoc.org/)

© 2022 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 @@ -637,6 +637,6 @@ protected setValidationError(string $value) : mixed

---

This document was automatically generated from source code comments on 2022-03-11 using [phpDocumentor](http://www.phpdoc.org/)
This document was automatically generated from source code comments on 2022-03-22 using [phpDocumentor](http://www.phpdoc.org/)

© 2022 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 @@ -407,6 +407,6 @@ protected setValidationError(string $value) : mixed

---

This document was automatically generated from source code comments on 2022-03-11 using [phpDocumentor](http://www.phpdoc.org/)
This document was automatically generated from source code comments on 2022-03-22 using [phpDocumentor](http://www.phpdoc.org/)

© 2022 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 @@ -157,6 +157,6 @@ Abstract protected initCurrentObject() : \YooKassa\Common\AbstractRequest

---

This document was automatically generated from source code comments on 2022-03-11 using [phpDocumentor](http://www.phpdoc.org/)
This document was automatically generated from source code comments on 2022-03-22 using [phpDocumentor](http://www.phpdoc.org/)

© 2022 YooMoney
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,6 @@ public getResponseHeaders() : string[]

---

This document was automatically generated from source code comments on 2022-03-11 using [phpDocumentor](http://www.phpdoc.org/)
This document was automatically generated from source code comments on 2022-03-22 using [phpDocumentor](http://www.phpdoc.org/)

© 2022 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 @@ -123,6 +123,6 @@ public getResponseHeaders() : string[]

---

This document was automatically generated from source code comments on 2022-03-11 using [phpDocumentor](http://www.phpdoc.org/)
This document was automatically generated from source code comments on 2022-03-22 using [phpDocumentor](http://www.phpdoc.org/)

© 2022 YooMoney
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,6 @@ public getResponseHeaders() : string[]

---

This document was automatically generated from source code comments on 2022-03-11 using [phpDocumentor](http://www.phpdoc.org/)
This document was automatically generated from source code comments on 2022-03-22 using [phpDocumentor](http://www.phpdoc.org/)

© 2022 YooMoney
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,6 @@ public getResponseHeaders() : string[]

---

This document was automatically generated from source code comments on 2022-03-11 using [phpDocumentor](http://www.phpdoc.org/)
This document was automatically generated from source code comments on 2022-03-22 using [phpDocumentor](http://www.phpdoc.org/)

© 2022 YooMoney
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,6 @@ public getProperty() : string

---

This document was automatically generated from source code comments on 2022-03-11 using [phpDocumentor](http://www.phpdoc.org/)
This document was automatically generated from source code comments on 2022-03-22 using [phpDocumentor](http://www.phpdoc.org/)

© 2022 YooMoney
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,6 @@ Constructor

---

This document was automatically generated from source code comments on 2022-03-11 using [phpDocumentor](http://www.phpdoc.org/)
This document was automatically generated from source code comments on 2022-03-22 using [phpDocumentor](http://www.phpdoc.org/)

© 2022 YooMoney
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,6 @@ public getResponseHeaders() : string[]

---

This document was automatically generated from source code comments on 2022-03-11 using [phpDocumentor](http://www.phpdoc.org/)
This document was automatically generated from source code comments on 2022-03-22 using [phpDocumentor](http://www.phpdoc.org/)

© 2022 YooMoney
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,6 @@ public getResponseHeaders() : string[]

---

This document was automatically generated from source code comments on 2022-03-11 using [phpDocumentor](http://www.phpdoc.org/)
This document was automatically generated from source code comments on 2022-03-22 using [phpDocumentor](http://www.phpdoc.org/)

© 2022 YooMoney
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,6 @@ public getProperty() : string

---

This document was automatically generated from source code comments on 2022-03-11 using [phpDocumentor](http://www.phpdoc.org/)
This document was automatically generated from source code comments on 2022-03-22 using [phpDocumentor](http://www.phpdoc.org/)

© 2022 YooMoney
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,6 @@ public getValue() : mixed

---

This document was automatically generated from source code comments on 2022-03-11 using [phpDocumentor](http://www.phpdoc.org/)
This document was automatically generated from source code comments on 2022-03-22 using [phpDocumentor](http://www.phpdoc.org/)

© 2022 YooMoney
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,6 @@ public getType() : string

---

This document was automatically generated from source code comments on 2022-03-11 using [phpDocumentor](http://www.phpdoc.org/)
This document was automatically generated from source code comments on 2022-03-22 using [phpDocumentor](http://www.phpdoc.org/)

© 2022 YooMoney
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,6 @@ public getRequestObject() : \YooKassa\Common\AbstractRequest|null

---

This document was automatically generated from source code comments on 2022-03-11 using [phpDocumentor](http://www.phpdoc.org/)
This document was automatically generated from source code comments on 2022-03-22 using [phpDocumentor](http://www.phpdoc.org/)

© 2022 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 @@ -76,6 +76,6 @@ public __construct(mixed $message = "", mixed $code, mixed $previous =

---

This document was automatically generated from source code comments on 2022-03-11 using [phpDocumentor](http://www.phpdoc.org/)
This document was automatically generated from source code comments on 2022-03-22 using [phpDocumentor](http://www.phpdoc.org/)

© 2022 YooMoney
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,6 @@ public getResponseHeaders() : string[]

---

This document was automatically generated from source code comments on 2022-03-11 using [phpDocumentor](http://www.phpdoc.org/)
This document was automatically generated from source code comments on 2022-03-22 using [phpDocumentor](http://www.phpdoc.org/)

© 2022 YooMoney
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,6 @@ public getResponseHeaders() : string[]

---

This document was automatically generated from source code comments on 2022-03-11 using [phpDocumentor](http://www.phpdoc.org/)
This document was automatically generated from source code comments on 2022-03-22 using [phpDocumentor](http://www.phpdoc.org/)

© 2022 YooMoney
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,6 @@ public getResponseHeaders() : string[]

---

This document was automatically generated from source code comments on 2022-03-11 using [phpDocumentor](http://www.phpdoc.org/)
This document was automatically generated from source code comments on 2022-03-22 using [phpDocumentor](http://www.phpdoc.org/)

© 2022 YooMoney
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,6 @@ public getResponseHeaders() : string[]

---

This document was automatically generated from source code comments on 2022-03-11 using [phpDocumentor](http://www.phpdoc.org/)
This document was automatically generated from source code comments on 2022-03-22 using [phpDocumentor](http://www.phpdoc.org/)

© 2022 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 @@ -179,6 +179,6 @@ Static public valueExists(mixed $value) : bool

---

This document was automatically generated from source code comments on 2022-03-11 using [phpDocumentor](http://www.phpdoc.org/)
This document was automatically generated from source code comments on 2022-03-22 using [phpDocumentor](http://www.phpdoc.org/)

© 2022 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 @@ -299,6 +299,6 @@ that are not necessarily wrong.

---

This document was automatically generated from source code comments on 2022-03-11 using [phpDocumentor](http://www.phpdoc.org/)
This document was automatically generated from source code comments on 2022-03-22 using [phpDocumentor](http://www.phpdoc.org/)

© 2022 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 @@ -162,6 +162,6 @@ public getHeaders() : array

---

This document was automatically generated from source code comments on 2022-03-11 using [phpDocumentor](http://www.phpdoc.org/)
This document was automatically generated from source code comments on 2022-03-22 using [phpDocumentor](http://www.phpdoc.org/)

© 2022 YooMoney
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,6 @@ public load(mixed $filePath = null) : mixed

---

This document was automatically generated from source code comments on 2022-03-11 using [phpDocumentor](http://www.phpdoc.org/)
This document was automatically generated from source code comments on 2022-03-22 using [phpDocumentor](http://www.phpdoc.org/)

© 2022 YooMoney
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,6 @@ public load() : mixed

---

This document was automatically generated from source code comments on 2022-03-11 using [phpDocumentor](http://www.phpdoc.org/)
This document was automatically generated from source code comments on 2022-03-22 using [phpDocumentor](http://www.phpdoc.org/)

© 2022 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 @@ -344,6 +344,6 @@ public validate() : bool

---

This document was automatically generated from source code comments on 2022-03-11 using [phpDocumentor](http://www.phpdoc.org/)
This document was automatically generated from source code comments on 2022-03-22 using [phpDocumentor](http://www.phpdoc.org/)

© 2022 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 @@ -243,6 +243,6 @@ Static public value(array $values, bool $useBest = true) : mixed

---

This document was automatically generated from source code comments on 2022-03-11 using [phpDocumentor](http://www.phpdoc.org/)
This document was automatically generated from source code comments on 2022-03-22 using [phpDocumentor](http://www.phpdoc.org/)

© 2022 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 @@ -57,6 +57,6 @@ Static public parse(mixed $rawHeaders) : mixed

---

This document was automatically generated from source code comments on 2022-03-11 using [phpDocumentor](http://www.phpdoc.org/)
This document was automatically generated from source code comments on 2022-03-22 using [phpDocumentor](http://www.phpdoc.org/)

© 2022 YooMoney
2 changes: 1 addition & 1 deletion docs/classes/YooKassa-Helpers-SecurityHelper.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,6 @@ public isIPTrusted($ip) : bool

---

This document was automatically generated from source code comments on 2022-03-11 using [phpDocumentor](http://www.phpdoc.org/)
This document was automatically generated from source code comments on 2022-03-22 using [phpDocumentor](http://www.phpdoc.org/)

© 2022 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 @@ -83,6 +83,6 @@ public __toString() : string

---

This document was automatically generated from source code comments on 2022-03-11 using [phpDocumentor](http://www.phpdoc.org/)
This document was automatically generated from source code comments on 2022-03-22 using [phpDocumentor](http://www.phpdoc.org/)

© 2022 YooMoney
Loading

0 comments on commit 7ebbab8

Please sign in to comment.