-
Notifications
You must be signed in to change notification settings - Fork 132
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
22da719
commit 45be6a4
Showing
1 changed file
with
19 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
## [Unreleased] | ||
### Added | ||
- ApplePay `Payin` functions are now available. More info about activation to come in the following weeks... | ||
- GET EMoney method now supports year and month parameters. More info on our [docs](https://docs.mangopay.com/endpoints/v2.01/user-emoney#e895_view-a-users-emoney) | ||
### Fixed | ||
- Add missing `isActive`property for `UBOs` | ||
|
||
## [2.12.1] - 2019-06-13 | ||
### Fixed | ||
- missing UBO EventTypes has been added | ||
|
||
## [2.12.0] - 2019-05-21 | ||
### Added | ||
- new [`UBODelaration`](https://docs.mangopay.com/endpoints/v2.01/ubo-declarations#e1024_the-ubo-declaration-object) submission system | ||
- `CompanyNumber` support for [Legal `Users`](https://docs.mangopay.com/endpoints/v2.01/users#e259_create-a-legal-user) | ||
### Fixed | ||
- Pagination has been fixed as total pages/items value was always zero. | ||
|
||
|