Skip to content

Commit

Permalink
refactor #462 [RFC] Rework address book from commands to crud (Tomanhez)
Browse files Browse the repository at this point in the history
This PR was merged into the 1.0-dev branch.

Discussion
----------



Commits
-------

e4d498a Changing routes
60b78cd Delete redundant files
5fcd464 Remove services
721aacd Fixes
3589969 Add jms Model.Address configuration
25a352e Fixes
  • Loading branch information
lchrusciel authored Jul 25, 2019
2 parents 192f633 + 25a352e commit ad4c123
Show file tree
Hide file tree
Showing 37 changed files with 311 additions and 1,268 deletions.
6 changes: 6 additions & 0 deletions UPGRADE.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,12 @@

* The argument in constructor of `PickupCartRequest` class has been changed from `Request $request `to `string channelCode`.

* The address-book create route has been changed :

| Old Route | New route |
|:--------------------------------------|:---------------------------------------|
| `address-book` | `address-book/` |

# UPGRADE FROM 1.0.0-beta.17 to 1.0.0-beta.18

* Customer registration payload changed:
Expand Down
37 changes: 0 additions & 37 deletions spec/Command/AddressBook/CreateAddressSpec.php

This file was deleted.

25 changes: 0 additions & 25 deletions spec/Command/AddressBook/RemoveAddressSpec.php

This file was deleted.

62 changes: 0 additions & 62 deletions spec/Command/AddressBook/UpdateAddressSpec.php

This file was deleted.

57 changes: 0 additions & 57 deletions spec/Factory/AddressBook/AddressBookViewFactorySpec.php

This file was deleted.

56 changes: 0 additions & 56 deletions spec/Handler/AddressBook/CreateAddressHandlerSpec.php

This file was deleted.

35 changes: 0 additions & 35 deletions spec/Handler/AddressBook/RemoveAddressHandlerSpec.php

This file was deleted.

Loading

0 comments on commit ad4c123

Please sign in to comment.