Add ApplePay preview support on non ios devices

Fix clicking on preview ApplePay / GooglePay buttons
This commit is contained in:
Pedro Silva 2023-11-03 11:44:06 +00:00
parent 813af819dd
commit 1b87bc3da1
No known key found for this signature in database
GPG key ID: E2EE20C0669D24B3
3 changed files with 23 additions and 1 deletions

View file

@ -99,6 +99,10 @@ import widgetBuilder from "../../../ppcp-button/resources/js/modules/Renderer/Wi
while (options = buttonQueue.pop()) {
createButton(options.ppcpConfig);
}
if (!window.ApplePaySession) {
jQuery('body').addClass('ppcp-non-ios-device')
}
};
document.addEventListener(