moumen97
Forum Replies Created
-
Hello @wpmudev-support2 ,
Thank you for your continued assistance. After enabling Debug Mode as suggested, I observed the following errors in the console when customers attempt to pay:{
"err": "Error: Expected an order id to be passed",
"timestamp": "1744624978245",
"referer": "www.paypal.com",
"clientID": "AYgDeNGd2ShcaOKx3xydyZzIGKQNG-9qu-qi6WNHvnTAaAnOdVHEIjRJyveurQgFUZZCJlV9fLOd2SXi",
"env": "production",
"sdkVersion": "5.0.479"
}Uncaught Error: Expected an order id to be passed
at buttons?env=production... (Full stack trace in console)
Observations:
The error suggests PayPal’s API is not receiving an expected Order ID during checkout.
This happens intermittently—some transactions succeed, while others fail.
The issue occurs in production mode (not sandbox).Next Steps:
Could this be related to a conflict with another plugin or a misconfiguration in Forminator’s PayPal integration?Does the PayPal client ID (AYgDeNGd2…) need to be revalidated or updated?
Are there known issues with PayPal SDK v5.0.479 in Forminator?
Let me know if you need additional logs or testing. I’d be happy to provide more details.
Forum: Plugins
In reply to: [Seraphinite Accelerator] Checking page optimization requests: FailedIt seems to be working now, thank you.
Forum: Plugins
In reply to: [Seraphinite Accelerator] Checking page optimization requests: FailedYes
Hello @wpmudev-support2 ,
Thank you for your continued assistance. After enabling Debug Mode as suggested, I observed the following errors in the console when customers attempt to pay:
Error 1:
{
"err": "Error: Expected an order id to be passed",
"timestamp": "1744624978245",
"referer": "www.paypal.com",
"clientID": "AYgDeNGd2ShcaOKx3xydyZzIGKQNG-9qu-qi6WNHvnTAaAnOdVHEIjRJyveurQgFUZZCJlV9fLOd2SXi",
"env": "production",
"sdkVersion": "5.0.479"
}
Error 2:
Uncaught Error: Expected an order id to be passed
at buttons?env=production... (Full stack trace in console)
Observations:
The error suggests PayPal’s API is not receiving an expected Order ID during checkout.
This happens intermittently—some transactions succeed, while others fail.
The issue occurs in production mode (not sandbox).
Next Steps:
Could this be related to a conflict with another plugin or a misconfiguration in Forminator’s PayPal integration?
Does the PayPal client ID (AYgDeNGd2...) need to be revalidated or updated?
Are there known issues with PayPal SDK v5.0.479 in Forminator?
Let me know if you need additional logs or testing. I’d be happy to provide more details.Thank you @wpmudevsupport14 for your prompt response.
As requested, I’ve shared the export of the form via Google Drive. Here’s the link again for convenience:
https://drive.google.com/file/d/1-U7GS5qiQgC_LxUt9SDkjv3rKVDkD_po/view?usp=sharingAdditional context:
- The issue persists across multiple customers (intermittent failures).
- PayPal account is properly connected in Forminator (tested with successful transactions).
- No recent plugin/theme updates before the issue arose.