Skip to content

Commit

Permalink
version bump 3.17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Iulian Masar committed Nov 25, 2022
1 parent 6cabfd3 commit b31c080
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
## [3.17.0] - 2022-11-15
### Added

#### New 30-day preauthorization feature

Preauthorizations can now hold funds for up to 30 days, therefore ensuring the solvency of a registered card for the same amount of time.

- The **ApiDeposits** class has been added with methods for creating, fetching and canceling a deposit
- The **CreateCardPreAuthorizedDepositPayIn()** method has been added to the ApiPayIns class

Thanks to 30-day preauthorizations, MANGOPAY can provide a simpler and more flexible payment experience for a wide range of use cases, especially for rentals.

## [3.16.2] - 2022-10-26
### Fixed

Expand Down
2 changes: 1 addition & 1 deletion MangoPay/Libraries/RestTool.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
*/
class RestTool
{
const VERSION = '3.16.2';
const VERSION = '3.17.0';

/**
* Root/parent instance that holds the OAuthToken and Configuration instance
Expand Down

0 comments on commit b31c080

Please sign in to comment.