You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Credit memos appearing not in the order they were made. I don't see how they sorted at all, possibly artifact of doctrine.
Refund payments are in correct order as they were made.
As there is not relation between credit memos and refund payment, we should at least try to sort them in same way
The text was updated successfully, but these errors were encountered:
…rder (clem21)
This PR was merged into the 1.0-dev branch.
Discussion
----------
Fixes#231
Commits
-------
1f96d2e Create CreditMemo repository to find order by Id and order them correctly
5160572 Add behat scenario
87eb341 Add return type to CreditMemoRepositoryInterface
cf32dc9 Fix typo
8666f26 Fix typo
c3a01cd applied Grzegorz's comments
e8f4d0f Create new behat feature file
Credit memos appearing not in the order they were made. I don't see how they sorted at all, possibly artifact of doctrine.
Refund payments are in correct order as they were made.
As there is not relation between credit memos and refund payment, we should at least try to sort them in same way
The text was updated successfully, but these errors were encountered: