We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb1e622 commit 6c9b625Copy full SHA for 6c9b625
CHANGELOG.md
@@ -1,3 +1,13 @@
1
+## [3.32.2] - 2024-11-28
2
+### Updated
3
+
4
+Added all relevant `EVENT_TYPE_CHOICES` for virtual accounts:
5
6
+- `VIRTUAL_ACCOUNT_ACTIVE`
7
+- `VIRTUAL_ACCOUNT_BLOCKED`
8
+- `VIRTUAL_ACCOUNT_CLOSED`
9
+- `VIRTUAL_ACCOUNT_FAILED`
10
11
## [3.32.1] - 2024-11-12
12
### Fixed
13
MangoPay/Libraries/RestTool.php
@@ -11,7 +11,7 @@
*/
class RestTool
{
14
- const VERSION = '3.32.1';
+ const VERSION = '3.32.2';
15
16
/**
17
* Root/parent instance that holds the OAuthToken and Configuration instance
0 commit comments