mirror of
https://github.com/Sylius/Sylius.git
synced 2026-07-05 20:57:12 +00:00
[API] Fix order of channel pricing log entries in contract tests
This commit is contained in:
parent
4779db26f0
commit
8f095aea42
1 changed files with 8 additions and 8 deletions
|
|
@ -11,14 +11,6 @@
|
|||
"originalPrice": null,
|
||||
"loggedAt": "@date@"
|
||||
},
|
||||
{
|
||||
"@id": "\/api\/v2\/admin\/channel-pricing-log-entries\/@integer@",
|
||||
"@type": "ChannelPricingLogEntry",
|
||||
"channelPricing": "\/api\/v2\/admin\/product-variants\/@string@\/channel-pricings\/@string@",
|
||||
"price": 1000,
|
||||
"originalPrice": 2000,
|
||||
"loggedAt": "@date@"
|
||||
},
|
||||
{
|
||||
"@id": "\/api\/v2\/admin\/channel-pricing-log-entries\/@integer@",
|
||||
"@type": "ChannelPricingLogEntry",
|
||||
|
|
@ -34,6 +26,14 @@
|
|||
"price": 2000,
|
||||
"originalPrice": null,
|
||||
"loggedAt": "@date@"
|
||||
},
|
||||
{
|
||||
"@id": "\/api\/v2\/admin\/channel-pricing-log-entries\/@integer@",
|
||||
"@type": "ChannelPricingLogEntry",
|
||||
"channelPricing": "\/api\/v2\/admin\/product-variants\/@string@\/channel-pricings\/@string@",
|
||||
"price": 1000,
|
||||
"originalPrice": 2000,
|
||||
"loggedAt": "@date@"
|
||||
}
|
||||
],
|
||||
"hydra:totalItems": 4,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue