-
Notifications
You must be signed in to change notification settings - Fork 416
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
[OrderRefactor][Order][Checkout] Proceed to Checkout - Create Checkout from Shopping Cart #1105
Comments
nashtech-vietvuhoang1
changed the title
[OrderRefactor][Order][Checkout] Proceed to Checkout
[OrderRefactor][Order][Checkout] Proceed to Checkout - Create Checkout from Shopping Cart
Sep 30, 2024
nashtech-vietvuhoang1
added
refactor
Code Refactor
checkout
good first issue
Good for newcomers
orders
and removed
good first issue
Good for newcomers
labels
Sep 30, 2024
khanhduzz
added a commit
that referenced
this issue
Oct 17, 2024
#1188) * add API GET product checkout list * add test for new method * add image to response * fix checkstyle in old code * config API url * remove duplicate init product data in test
NhatTranMinh15
added a commit
that referenced
this issue
Oct 25, 2024
NhatTranMinh15
added a commit
that referenced
this issue
Oct 30, 2024
NhatTranMinh15
added a commit
that referenced
this issue
Nov 4, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When customer presses Proceed to Checkout button:
Acceptance criteria
AC1: Implement API GET /product/products?ids={product_ids} on Product Service
AC2: Create Checkout object from current Shopping Cart
From **Order Service **, implement API POST /order/checkouts to create Checkout object
API POST /order/checkouts:
Checkout State Diagram
The Checkout Flow
The text was updated successfully, but these errors were encountered: