-
Notifications
You must be signed in to change notification settings - Fork 3k
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
Facing an issue with checkout api #986
Comments
In order to solve this issue, the modifications in certain .java classes have to be done- 1-OrderApi.java 2-OrderFacadeImpl.java 3 OrderService.java
4 OrderServiceImpl.java Comment the lines
Write this code after the "if condition" that is after the above commented line
If not adding this above code will get the "not-null property exception" for "dateAdded" property in OrderStatusHistory.java class because eventually the dateAdded property is not getting set after if condition. Comment these lines
And you can test the checkoutapi now, it will work fine |
I am not able to place order when using this checkout api (" http://localhost:8080/api/v1/cart/{code}/checkout").
The text was updated successfully, but these errors were encountered: