You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have 4.6.7 installed on a WP network child site. Submitting checkout leads to a "Thank you for your order, please click the button below to pay with Razorpay." page. There, clicking 'Pay Now' is unresponsive, and I see the following in the dev console.
I have 4.6.7 installed on a WP network child site. Submitting checkout leads to a "Thank you for your order, please click the button below to pay with Razorpay." page. There, clicking 'Pay Now' is unresponsive, and I see the following in the dev console.
I guess because of this error the RazorPay JS object is not available, which causes the local plugin script to fail.
I've tested on Libreoffice on macOS, Chromium on RPI, and Chrome (urgh) on Windows (shudder), and all exhibit this issue.
Adding this script directly through the dev console also shows the same error.
var script = document.createElement('script'); script.src = 'https://checkout.razorpay.com/v1/checkout.js'; document.head.appendChild(script);
The text was updated successfully, but these errors were encountered: