This PR was merged into the 1.13 branch.
Discussion
----------
| Q | A |
|-----------------|--------------------------------------------------------------|
| Branch? | 1.13 <!-- see the comment below --> |
| Bug fix? | no |
| New feature? | no |
| BC breaks? | no |
| Deprecations? | no <!-- don't forget to update the UPGRADE-*.md file --> |
| License | MIT |
<!--
- Bug fixes must be submitted against the 1.12 branch
- Features and deprecations must be submitted against the 1.13 branch
- Make sure that the correct base branch is set
To be sure you are not breaking any Backward Compatibilities, check the documentation:
https://docs.sylius.com/en/latest/book/organization/backward-compatibility-promise.html
-->
Based on https://github.com/Sylius/Sylius/pull/15788
Commits
-------
fix ship shipments
[Admin][AdminUser] unify contact tests catalog
[Admin][PriceHistory] unify contract tests catalog
[Admin][Order] unify contract tests catalog
[Admin][Locale] unify contract tests catalog
[Admin][Payment] unify contract tests catalog
[Admin][ShopBillingData] unify contract tests catalog
[Shop][Payment] unify contract tests catalog
[Shop][Locale] unify contract tests catalog
[Shop][ExchangeRate] unify contract tests catalog
[Shop][Country] unify contract tests catalog
[Shop][Order] unify contract tests catalog
[Shop][Channel] unify contract tests catalog
[Shop][ShippingMethods] unify contract tests catalog
[Shop][Product] unify contract tests catalog
[Shop][Taxon] unify contract tests catalog
Move all the contract tests to parent catalog Responses and remove expected catalog
This PR was merged into the 1.13 branch.
Discussion
----------
| Q | A |
|-----------------|--------------------------------------------------------------|
| Branch? | 1.13 |
| Bug fix? | no |
| New feature? | no |
| BC breaks? | no |
| Deprecations? | no |
| Related tickets | - |
| License | MIT |
Commits
-------
[Maintenance][Statistics] Simplify get action
[Maintenance][Statistics] Remove overreaching validation
[Maintenance][Statistics] Simplify input validation
[Maintenance] Refactor retrieving orders statistics logic to be more customizable
[Maintenance] Simplify sales statistics and make the return structure more agnostic
[Maintenance] Ignore abstract classes in spec arkitect rule
[API][Admin] A bit more statistics tests
[Maintenance][Statistics] Force same type while comparing totals' years
Review fixes