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 708b24d commit 561c0c9Copy full SHA for 561c0c9
CHANGELOG.md
@@ -1,5 +1,8 @@
1
# ParadoxLabs_TokenBase Changelog
2
3
+## 4.6.1 - Feb 23, 2024
4
+- Fixed NoSuchEntity exception on loading a Magento Vault card.
5
+
6
## 4.6.0 - Jan 23, 2024
7
- Added Instant Purchase support.
8
- Fixed Maestro Domestic matching to prevent false matches.
composer.json
@@ -19,8 +19,8 @@
19
"ext-json": "*"
20
},
21
"type": "magento2-module",
22
- "version": "4.6.0",
23
- "time": "2024-01-23",
+ "version": "4.6.1",
+ "time": "2024-02-23",
24
"license": "Apache-2.0",
25
"authors": [
26
{
0 commit comments