Commit Graph
9 Commits
Author SHA1 Message Date
Eric Fleming 482a5dc515 Move the "Total" div out of the for loop so it only appears once in the cart 2019-01-05 15:21:11 -05:00
Eric FlemingandGitHub 5d429ad093 Merge pull request #181 from dotnet-architecture/resolve-179/convert-to-list-before-deleting
Adding ToList to IReadOnlyCollection used in foreach
2019-01-02 21:09:39 -05:00
Eric Fleming 4444bd20a3 Adding ToList to IReadOnlyCollection used in foreach 2019-01-02 21:04:21 -05:00
Eric FlemingandSteve Smith eb02750841 Remove basket items when basket is deleted (#170)
* Proving out removing the basket items at the same time the basket is deleted

* Fixing existing unit tests

* Adding a unit test for the Deletebasket method

* Rename test and deleting basket items before basket

* Added integration test for DeleteAsync method for BasketItems

- Also added a BasketBuilder to create a Basket with no items, or one item.
2018-12-28 07:40:35 -08:00
Eric FlemingandGitHub 95285593c9 Updating numbering of README 2018-12-15 14:15:41 -05:00
Eric FlemingandSteve Smith 0d44a514ab Fix 147 include order id in details query (#169)
* Adding Id to query so the correct order details are always pulled back

* Removing unused usings

- also removed the sync method as it is not used anywhere in the solution. The Async should be the preferred one.

* Adding integration test for GetByIdWithItemAsync

* Rename test
2018-12-14 17:54:23 -08:00
Eric FlemingandGitHub c7c16c4265 Merge pull request #140 from hemantkd/Removing-unused-directives
Removed all the unused directives in the Solution with the assistance…
2018-12-14 19:54:06 -05:00
Eric FlemingandGitHub 431ff513c3 Merge pull request #168 from ratanparai/patch-1
Consistency in setting up private variable field
2018-12-14 19:34:11 -05:00
Eric FlemingandGitHub 69054b0002 Merge pull request #150 from beam-codegrind/fix-108
Fixed #108
2018-12-08 14:46:47 -05:00