We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d487dbb commit 864063cCopy full SHA for 864063c
CHANGELOG.md
@@ -9,6 +9,17 @@
9
- setExternalMpiCAVV
10
- setExternalMpiTransStatus
11
12
+##### Version 2.0.4 (2022-11-21)
13
+
14
+ Fix PHP 8.1 warnings
15
+ PHP 7.1 is no longer supported (in fact, everything less than 7.4 must not be used due to security reasons)
16
+ Added support for external 3-D Secure. Added methods for PaymentMethod object (when 3-D Secure was completed before the Gateway call):
17
+ - setExternalMpiProtocolVersion
18
+ - setExternalMpiDsTransID
19
+ - setExternalMpiXID
20
+ - setExternalMpiCAVV
21
+ - setExternalMpiTransStatus
22
23
##### Version 2.0.3 (2021-09-21)
24
25
Added card type and card mask fields to parsed status response.
0 commit comments