Skip to content
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

Refactor/phase 2 #252

Merged
merged 14 commits into from
Sep 5, 2018
Merged

Refactor/phase 2 #252

merged 14 commits into from
Sep 5, 2018

Conversation

pkrawat1
Copy link
Member

@pkrawat1 pkrawat1 commented Sep 4, 2018

Why ?

Bug Fixes

  • Added Line Items quantity validations.
  • Fixes for order persistence.
  • Added Order merging for guest & logged-in user.
  • Added fixes for order creation process.

This change addresses the need by

  • Now order will be persisted even if user logged-in into system.
  • order as guest will be merge with the existing order(if any) for after user login.
  • Line item quantity validation will prevent user to add more quantity greater than available stock.

[delivers #160279601]
Story

@gopalshimpi gopalshimpi changed the base branch from develop to master September 5, 2018 07:03
@gopalshimpi gopalshimpi changed the base branch from master to develop September 5, 2018 07:59
@pkrawat1 pkrawat1 merged commit 711452a into develop Sep 5, 2018
@pkrawat1 pkrawat1 deleted the refactor/phase-2 branch September 5, 2018 11:36
pkrawat1 added a commit that referenced this pull request Oct 9, 2018
* Fixes for order persistence.
* Added Order merging for guest & logged-in user.  
* Added fixes for order creation process.

## This change addresses the need by 

* Now order will be persisted even if user logged-in  into system.
* order as guest will be merge with the existing order(if any) for after user login.
* Line item quantity validation will prevent user to add more quantity greater than available stock.

[delivers #160279601]
[Story](https://www.pivotaltracker.com/story/show/160279601)
pkrawat1 added a commit that referenced this pull request Sep 20, 2023
* Fixes for order persistence.
* Added Order merging for guest & logged-in user.  
* Added fixes for order creation process.

## This change addresses the need by 

* Now order will be persisted even if user logged-in  into system.
* order as guest will be merge with the existing order(if any) for after user login.
* Line item quantity validation will prevent user to add more quantity greater than available stock.

[delivers #160279601]
[Story](https://www.pivotaltracker.com/story/show/160279601)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants