Open rawdreeg opened 2 weeks ago
A user reported that the product ID 8643851039008202 returned by FB was being saved as 6.19203E+15 in their store due to a potential integer overflow: https://wordpress.org/support/topic/weird-fb-product-number-contains-a-e-like-a-calculator-error/
They may run on a 32 bit system, but maybe this ID should be explicitly cast as a string to avoid issues like this
🔎 Isolate the bug
✍️ Describe the bug
A user reported that the product ID 8643851039008202 returned by FB was being saved as 6.19203E+15 in their store due to a potential integer overflow: https://wordpress.org/support/topic/weird-fb-product-number-contains-a-e-like-a-calculator-error/
They may run on a 32 bit system, but maybe this ID should be explicitly cast as a string to avoid issues like this