Skip to content

Commit

Permalink
Merge pull request #6 from zoonru/zoonup
Browse files Browse the repository at this point in the history
Zoonup
  • Loading branch information
Alexandr-Penkin authored Feb 15, 2023
2 parents 28bb7fb + 45bb3cf commit 421882a
Show file tree
Hide file tree
Showing 352 changed files with 6,008 additions and 2,958 deletions.
32 changes: 32 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,35 @@
### v2.7.6 от 13.02.2023
* Исправлена опечатка в аннотации к AbstractObject
* Скорректированы ссылки в файлах документации с примерами

### v2.7.5 от 18.01.2023
* Добавлен return_url в confirmation при mobile_application для Sberpay

### v2.7.4 от 18.01.2023
* Добавлено поле description в платежи сплитованием

### v2.7.3 от 19.12.2022
* Добавлен источник данных банковской карты - mir_pay

### v2.7.2 от 14.11.2022
* Доработка определения маркировки gs1m

### v2.7.1 от 11.11.2022
* Доработка определения маркировки gs1m

### v2.7.0 от 27.10.2022
* Определение типа маркировки

### v2.6.1 от 05.10.2022
* Добавлена обработка сделок

### v2.6.0 от 30.08.2022
* Добавлены данные карты в метод оплаты SberPay
* Изменена логика в методе оплаты BankCard

### v2.5.1 от 18.08.2022
* Добавлен атрибут #[\ReturnTypeWillChange] для некоторых методов

### v2.5.0 от 01.08.2022
* Добавлены новые поля для ФФД 1.2

Expand Down
6 changes: 5 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,11 @@
"email": "[email protected]"
}
],
"version": "2.6.5",
"dist": {
"type": "zip",
"url": "https://git.yoomoney.ru/rest/api/latest/projects/SDK/repos/yookassa-sdk-php/archive?at=refs%2Ftags%2F2.7.6&format=zip"
},
"version": "2.7.6",
"require": {
"php": "^8.1",
"ext-curl": "*",
Expand Down
55 changes: 55 additions & 0 deletions docs/classes/JsonSerializable.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,55 @@
# [YooKassa API SDK](../home.md)

# Interface: JsonSerializable
### Namespace: [\](../namespaces/default.md)
---
---
### Constants
* No constants found

---
### Methods
| Visibility | Name | Flag | Summary |
| ----------:| ---- | ---- | ------- |
| public | [jsonSerialize()](../classes/JsonSerializable.md#method_jsonSerialize) | | |

---
### Details
* File: [lib/Common/legacy_json_serializable.php](../../lib/Common/legacy_json_serializable.php)
* Package: \Default

---
## Methods
<a name="method_jsonSerialize" class="anchor"></a>
#### public jsonSerialize() : mixed

```php
public jsonSerialize() : mixed
```

**Details:**
* Inherited From: [\JsonSerializable](../classes/JsonSerializable.md)

**Returns:** mixed -




---

### Top Namespaces

* [\YooKassa](../namespaces/yookassa.md)

---

### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
* [Deprecated - 23](../reports/deprecated.md)

---

This document was automatically generated from source code comments on 2023-02-13 using [phpDocumentor](http://www.phpdoc.org/)

&copy; 2023 YooMoney
6 changes: 3 additions & 3 deletions docs/classes/YooKassa-Client-ApiClientInterface.md
Original file line number Diff line number Diff line change
Expand Up @@ -196,10 +196,10 @@ public setConfig(array $config) : mixed
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
* [Deprecated - 13](../reports/deprecated.md)
* [Deprecated - 23](../reports/deprecated.md)

---

This document was automatically generated from source code comments on 2022-08-01 using [phpDocumentor](http://www.phpdoc.org/)
This document was automatically generated from source code comments on 2023-02-13 using [phpDocumentor](http://www.phpdoc.org/)

&copy; 2022 YooMoney
&copy; 2023 YooMoney
6 changes: 3 additions & 3 deletions docs/classes/YooKassa-Client-BaseClient.md
Original file line number Diff line number Diff line change
Expand Up @@ -663,10 +663,10 @@ protected handleError(\YooKassa\Common\ResponseObject $response) : mixed
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
* [Deprecated - 13](../reports/deprecated.md)
* [Deprecated - 23](../reports/deprecated.md)

---

This document was automatically generated from source code comments on 2022-08-01 using [phpDocumentor](http://www.phpdoc.org/)
This document was automatically generated from source code comments on 2023-02-13 using [phpDocumentor](http://www.phpdoc.org/)

&copy; 2022 YooMoney
&copy; 2023 YooMoney
6 changes: 3 additions & 3 deletions docs/classes/YooKassa-Client-CurlClient.md
Original file line number Diff line number Diff line change
Expand Up @@ -491,10 +491,10 @@ public setTimeout(int $timeout) : mixed
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
* [Deprecated - 13](../reports/deprecated.md)
* [Deprecated - 23](../reports/deprecated.md)

---

This document was automatically generated from source code comments on 2022-08-01 using [phpDocumentor](http://www.phpdoc.org/)
This document was automatically generated from source code comments on 2023-02-13 using [phpDocumentor](http://www.phpdoc.org/)

&copy; 2022 YooMoney
&copy; 2023 YooMoney
6 changes: 3 additions & 3 deletions docs/classes/YooKassa-Client-UserAgent.md
Original file line number Diff line number Diff line change
Expand Up @@ -312,10 +312,10 @@ public setModule(string $name, string $version) : mixed
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
* [Deprecated - 13](../reports/deprecated.md)
* [Deprecated - 23](../reports/deprecated.md)

---

This document was automatically generated from source code comments on 2022-08-01 using [phpDocumentor](http://www.phpdoc.org/)
This document was automatically generated from source code comments on 2023-02-13 using [phpDocumentor](http://www.phpdoc.org/)

&copy; 2022 YooMoney
&copy; 2023 YooMoney
8 changes: 4 additions & 4 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.5.0'
SDK_VERSION = '2.7.6'
```


Expand Down Expand Up @@ -2165,10 +2165,10 @@ protected handleError(\YooKassa\Common\ResponseObject $response) : mixed
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
* [Deprecated - 13](../reports/deprecated.md)
* [Deprecated - 23](../reports/deprecated.md)

---

This document was automatically generated from source code comments on 2022-08-01 using [phpDocumentor](http://www.phpdoc.org/)
This document was automatically generated from source code comments on 2023-02-13 using [phpDocumentor](http://www.phpdoc.org/)

&copy; 2022 YooMoney
&copy; 2023 YooMoney
6 changes: 3 additions & 3 deletions docs/classes/YooKassa-Common-AbstractEnum.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,10 +114,10 @@ Static public valueExists(mixed $value) : bool
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
* [Deprecated - 13](../reports/deprecated.md)
* [Deprecated - 23](../reports/deprecated.md)

---

This document was automatically generated from source code comments on 2022-08-01 using [phpDocumentor](http://www.phpdoc.org/)
This document was automatically generated from source code comments on 2023-02-13 using [phpDocumentor](http://www.phpdoc.org/)

&copy; 2022 YooMoney
&copy; 2023 YooMoney
18 changes: 9 additions & 9 deletions docs/classes/YooKassa-Common-AbstractObject.md
Original file line number Diff line number Diff line change
Expand Up @@ -237,10 +237,10 @@ public offsetGet(string $offset) : mixed


<a name="method_offsetSet" class="anchor"></a>
#### public offsetSet() : mixed
#### public offsetSet() : void

```php
public offsetSet(string $offset, mixed $value) : mixed
public offsetSet(string $offset, mixed $value) : void
```

**Summary**
Expand All @@ -256,14 +256,14 @@ public offsetSet(string $offset, mixed $value) : mixed
| <code lang="php">string</code> | offset | Имя свойства |
| <code lang="php">mixed</code> | value | Значение свойства |

**Returns:** mixed -
**Returns:** void -


<a name="method_offsetUnset" class="anchor"></a>
#### public offsetUnset() : mixed
#### public offsetUnset() : void

```php
public offsetUnset(string $offset) : mixed
public offsetUnset(string $offset) : void
```

**Summary**
Expand All @@ -278,7 +278,7 @@ public offsetUnset(string $offset) : mixed
| ---- | ---- | ----------- |
| <code lang="php">string</code> | offset | Имя удаляемого свойства |

**Returns:** mixed -
**Returns:** void -


<a name="method_toArray" class="anchor"></a>
Expand Down Expand Up @@ -328,10 +328,10 @@ protected getUnknownProperties() : array
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
* [Deprecated - 13](../reports/deprecated.md)
* [Deprecated - 23](../reports/deprecated.md)

---

This document was automatically generated from source code comments on 2022-08-01 using [phpDocumentor](http://www.phpdoc.org/)
This document was automatically generated from source code comments on 2023-02-13 using [phpDocumentor](http://www.phpdoc.org/)

&copy; 2022 YooMoney
&copy; 2023 YooMoney
18 changes: 9 additions & 9 deletions docs/classes/YooKassa-Common-AbstractPaymentRequest.md
Original file line number Diff line number Diff line change
Expand Up @@ -444,10 +444,10 @@ public offsetGet(string $offset) : mixed


<a name="method_offsetSet" class="anchor"></a>
#### public offsetSet() : mixed
#### public offsetSet() : void

```php
public offsetSet(string $offset, mixed $value) : mixed
public offsetSet(string $offset, mixed $value) : void
```

**Summary**
Expand All @@ -463,14 +463,14 @@ public offsetSet(string $offset, mixed $value) : mixed
| <code lang="php">string</code> | offset | Имя свойства |
| <code lang="php">mixed</code> | value | Значение свойства |

**Returns:** mixed -
**Returns:** void -


<a name="method_offsetUnset" class="anchor"></a>
#### public offsetUnset() : mixed
#### public offsetUnset() : void

```php
public offsetUnset(string $offset) : mixed
public offsetUnset(string $offset) : void
```

**Summary**
Expand All @@ -485,7 +485,7 @@ public offsetUnset(string $offset) : mixed
| ---- | ---- | ----------- |
| <code lang="php">string</code> | offset | Имя удаляемого свойства |

**Returns:** mixed -
**Returns:** void -


<a name="method_removeReceipt" class="anchor"></a>
Expand Down Expand Up @@ -662,10 +662,10 @@ protected setValidationError(string $value) : mixed
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
* [Deprecated - 13](../reports/deprecated.md)
* [Deprecated - 23](../reports/deprecated.md)

---

This document was automatically generated from source code comments on 2022-08-01 using [phpDocumentor](http://www.phpdoc.org/)
This document was automatically generated from source code comments on 2023-02-13 using [phpDocumentor](http://www.phpdoc.org/)

&copy; 2022 YooMoney
&copy; 2023 YooMoney
6 changes: 3 additions & 3 deletions docs/classes/YooKassa-Common-AbstractPaymentRequestBuilder.md
Original file line number Diff line number Diff line change
Expand Up @@ -458,10 +458,10 @@ protected initCurrentObject() : self
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
* [Deprecated - 13](../reports/deprecated.md)
* [Deprecated - 23](../reports/deprecated.md)

---

This document was automatically generated from source code comments on 2022-08-01 using [phpDocumentor](http://www.phpdoc.org/)
This document was automatically generated from source code comments on 2023-02-13 using [phpDocumentor](http://www.phpdoc.org/)

&copy; 2022 YooMoney
&copy; 2023 YooMoney
18 changes: 9 additions & 9 deletions docs/classes/YooKassa-Common-AbstractRefundRequest.md
Original file line number Diff line number Diff line change
Expand Up @@ -425,10 +425,10 @@ public offsetGet(string $offset) : mixed


<a name="method_offsetSet" class="anchor"></a>
#### public offsetSet() : mixed
#### public offsetSet() : void

```php
public offsetSet(string $offset, mixed $value) : mixed
public offsetSet(string $offset, mixed $value) : void
```

**Summary**
Expand All @@ -444,14 +444,14 @@ public offsetSet(string $offset, mixed $value) : mixed
| <code lang="php">string</code> | offset | Имя свойства |
| <code lang="php">mixed</code> | value | Значение свойства |

**Returns:** mixed -
**Returns:** void -


<a name="method_offsetUnset" class="anchor"></a>
#### public offsetUnset() : mixed
#### public offsetUnset() : void

```php
public offsetUnset(string $offset) : mixed
public offsetUnset(string $offset) : void
```

**Summary**
Expand All @@ -466,7 +466,7 @@ public offsetUnset(string $offset) : mixed
| ---- | ---- | ----------- |
| <code lang="php">string</code> | offset | Имя удаляемого свойства |

**Returns:** mixed -
**Returns:** void -


<a name="method_setAmount" class="anchor"></a>
Expand Down Expand Up @@ -633,10 +633,10 @@ protected setValidationError(string $value) : mixed
### Reports
* [Errors - 0](../reports/errors.md)
* [Markers - 0](../reports/markers.md)
* [Deprecated - 13](../reports/deprecated.md)
* [Deprecated - 23](../reports/deprecated.md)

---

This document was automatically generated from source code comments on 2022-08-01 using [phpDocumentor](http://www.phpdoc.org/)
This document was automatically generated from source code comments on 2023-02-13 using [phpDocumentor](http://www.phpdoc.org/)

&copy; 2022 YooMoney
&copy; 2023 YooMoney
Loading

0 comments on commit 421882a

Please sign in to comment.