From d6ca9f5809bcba3aac9af71d717ad5a5453e87af Mon Sep 17 00:00:00 2001 From: leo-huang-awx Date: Thu, 14 Mar 2024 18:47:05 +0800 Subject: [PATCH 1/2] fix 3DS blocked by loading mask --- view/frontend/web/css/airwallex_payment.css | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/view/frontend/web/css/airwallex_payment.css b/view/frontend/web/css/airwallex_payment.css index da9c30a..6be62bc 100644 --- a/view/frontend/web/css/airwallex_payment.css +++ b/view/frontend/web/css/airwallex_payment.css @@ -39,3 +39,11 @@ margin-top: 5px; color: red; } + +#threeDs { + z-index: 2147483647 !important; +} + +#threeDsChallenge { + z-index: 2147483647 !important; +} From deffb023c9dd79778f57714b43e7b605a80acd3e Mon Sep 17 00:00:00 2001 From: leo-huang-awx Date: Thu, 14 Mar 2024 19:02:14 +0800 Subject: [PATCH 2/2] update version number --- composer.json | 2 +- etc/module.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index dd0dc24..a50dad4 100644 --- a/composer.json +++ b/composer.json @@ -2,7 +2,7 @@ "name": "airwallex/payments-plugin-magento", "type": "magento2-module", "description": "", - "version": "1.4.3", + "version": "1.4.4", "require": { "ext-json": "*", "php": "^7.4|^8.0", diff --git a/etc/module.xml b/etc/module.xml index a8d0c0b..abaf37a 100644 --- a/etc/module.xml +++ b/etc/module.xml @@ -16,7 +16,7 @@ */ --> - +