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
Just last night, out of nowhere, without any of us changing any of the code, we get this error when customers try to open the checkout window: "Parameter Missing or Invalid: Required parameter missing or invalid: channel".
I edited this line inside the buybutton.js like following:
var webUrl = cart.checkoutUrl;
webUrl = webUrl.replace(/&channel=buy_button/, '');
This line in the url "&channel=buy_button" was caused the issue, now at least the checkout window opens, but it feels sketchy at best. Please advise.