airwallex / paymentacceptance-plugin-magento

Airwallex payment magento plugin
12 stars 3 forks source link

MB-22456 Prevent loader from covering 3DS page #28

Closed laurisdedumets closed 1 year ago

laurisdedumets commented 1 year ago

When a payment confirmation action begins using the CC method, a Magento loader gets enabled on the site to indicate progress with the payment and prevent users from giving up the existing payment intent.

Originally, this loader was disabled as soon as the payment intent has been confirmed within Airwallex, but this prevents the loader from being disabled if further input is required from the user when creating a CC payment, such as 3DS. Since the loader never disappears, anything that is below the loader's z-index, such as the Airwallex 3DS page, is inaccessible.