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
{{ message }}
This repository has been archived by the owner on Mar 5, 2024. It is now read-only.
In Model/Gateway/Implementation.php there is line 308 that tries to mathematically add 100 to the order's increment id. This fails and results in an exception if the increment id has a non-numeric prefix or suffix. If a numeric value is really required, I suggest removing any possible prefix and suffix from the increment id first. Checkout magento/module-sales-sequence on how to fetch these values.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
In Model/Gateway/Implementation.php there is line 308 that tries to mathematically add 100 to the order's increment id. This fails and results in an exception if the increment id has a non-numeric prefix or suffix. If a numeric value is really required, I suggest removing any possible prefix and suffix from the increment id first. Checkout magento/module-sales-sequence on how to fetch these values.
The text was updated successfully, but these errors were encountered: