MONEI / MONEI-AdobeCommerce-Magento2

MONEI Payments Adobe Commerce (Magento 2) Official Module
https://monei.com
Other
1 stars 4 forks source link

Validate the checkout form before submitting the payment. #48

Closed jimmyn closed 3 months ago

jimmyn commented 4 months ago

In each Insight UI component, we need to verify whether the customer has accepted the terms before proceeding with the payment.

Every component, except for the Card Input, contains a onBeforeOpen method. We must utilize this method to confirm the acceptance of terms. If this method returns false, the payment component will not initiate the UI.

For the Card Input, the validation should be conducted prior to invoking the createToken function.