We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 61a9b23 commit 2ccbd4fCopy full SHA for 2ccbd4f
CHANGELOG.md
@@ -1,3 +1,12 @@
1
+## [3.16.2] - 2022-10-26
2
+### Fixed
3
+
4
+- 565 : Add Id on PayInRecurringRegistration
5
+- 564 : Fix type hint for RemainingFunds
6
+- 563 : Added CardId property to PayInExecutionDetailsDirect and used “int” as types for identifiers
7
8
+Thanks @AntoineLemaire & @garsaud
9
10
## [3.16.1] - 2022-10-18
11
### Fixed
12
MangoPay/Libraries/RestTool.php
@@ -11,7 +11,7 @@
*/
class RestTool
13
{
14
- const VERSION = '3.16.1';
+ const VERSION = '3.16.2';
15
16
/**
17
* Root/parent instance that holds the OAuthToken and Configuration instance
0 commit comments