-
-
Notifications
You must be signed in to change notification settings - Fork 221
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ID properties overflow #615
Comments
+1 |
Sorry for the confusion, all ID type will be changed to unsigned long in the next version. |
When will the new version be released? Do you have an ETA? |
We are preparing a new release of our system and wanted to use version 0.8.3 because it already Allow authenticate Woocommerce API with JWT. It would be very helpful to have an idea When will the new version be released. |
This has been fixed in version 0.8.4, sorry for the delay. |
Referring to an issue that has not been solved correctly: #560
It fails for example when downloading an order with ID 61000150083 because of overflow when converting to a 32-bit unsigned integer. The ID propery should be changed to 64-bit.
The text was updated successfully, but these errors were encountered: