From 52e4cd70f41d7e2c2015f1537c3404de6f30ac43 Mon Sep 17 00:00:00 2001 From: SoloJr Date: Thu, 31 Mar 2022 20:02:44 +0300 Subject: [PATCH] Version Bump 3.12.0 --- CHANGELOG.md | 9 +++++++++ MangoPay/Libraries/RestTool.php | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1cda7ac9..d8da84a2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [3.12.0] - 2022-03-31 +### Added + +#### Instant payment eligibility check + +With the function +`PayOuts->CheckInstantPayoutEligibility($params);` +the destination bank reachability can now be verified prior to making an instant payout. This results in a better user experience, as this preliminary check will allow the platform to propose the instant payout option only to end users whose bank is eligible. + ## [3.11.0] - 2022-03-18 ## Fixed diff --git a/MangoPay/Libraries/RestTool.php b/MangoPay/Libraries/RestTool.php index c12af68a..3c3d184b 100644 --- a/MangoPay/Libraries/RestTool.php +++ b/MangoPay/Libraries/RestTool.php @@ -11,7 +11,7 @@ */ class RestTool { - const VERSION = '3.11.0'; + const VERSION = '3.12.0'; /** * Root/parent instance that holds the OAuthToken and Configuration instance