Sylius / ShopApiPlugin

Shop API for Sylius.
https://sylius.com
129 stars 89 forks source link

refactor: pass checkout state as criterion to findBy method #612

Closed EmilMassey closed 4 years ago

mamazu commented 4 years ago

I have rebased the branch to the current master and refactored the method in the order repository. Now it should be ready to be merged.

The base of this pull-request was changed, you need fetch and reset your local branch if you want to add new commits to this pull request. Reset before you pull, else commits may become messed-up. Unless you added new commits (to this branch) locally that you did not push yet, execute git fetch origin && git reset "repository-refactor" to update your local branch. Feel free to ask for assistance when you get stuck. :+1:

lchrusciel commented 4 years ago

Thank you, Emil! :1st_place_medal:

EmilMassey commented 4 years ago

Thank you for your help!