Skip to content

Commit

Permalink
[ApiBundle] Add to test information abut PromotionCouponPromotionFilter
Browse files Browse the repository at this point in the history
  • Loading branch information
Wojdylak committed Nov 24, 2023
1 parent 89a6fdc commit ecbfd89
Showing 1 changed file with 8 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,11 @@
"hydra:totalItems": 2,
"hydra:search": {
"@type": "hydra:IriTemplate",
"hydra:template": "\/api\/v2\/admin\/promotion-coupons{?order[code],order[expiresAt],order[usageLimit],order[perCustomerUsageLimit],order[used]}",
"hydra:template": "\/api\/v2\/admin\/promotion-coupons{?order[code],order[expiresAt],order[usageLimit],order[perCustomerUsageLimit],order[used],promotion}",
"hydra:variableRepresentation": "BasicRepresentation",
"hydra:mapping": [
{
"@type": "IriTemplateMapping",
"@type": "IriTemplateMapping",
"variable": "order[code]",
"property": "code",
"required": false
Expand Down Expand Up @@ -65,6 +65,12 @@
"variable": "order[used]",
"property": "used",
"required": false
},
{
"@type": "IriTemplateMapping",
"variable": "promotion",
"property": null,
"required": false
}
]
}
Expand Down

0 comments on commit ecbfd89

Please sign in to comment.