solidusio-contrib / solidus_afterpay

Apache License 2.0
1 stars 1 forks source link

Popup window #12

Closed garciajordy closed 3 years ago

garciajordy commented 3 years ago

Afterpay Popup Window

Add the functionality for the popup window from Afterpay.

Add the preference popup_window in the payment_method and store that result in the data attribute in the div.

Add if statement checking whether the value of the data attribute is true or false; if true, it will run the openAfterpayWindow function; else, it will run the redirect from Afterpay.

fix #13