Skip to content

Commit f4f3c42

Browse files
committed
Updated API from documentation release
1 parent 6a47ba8 commit f4f3c42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api-specs/graphql/schema.sdl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4511,7 +4511,7 @@ type FixedPriceCartDiscountValue implements CartDiscountValue {
45114511
}
45124512

45134513
input FixedPriceCartDiscountValueInput {
4514-
money: [CartDiscountValueBaseMoneyInputType!]!
4514+
money: [CartDiscountValueBaseMoneyInput!]!
45154515
applicationMode: DiscountApplicationMode!
45164516
}
45174517

0 commit comments

Comments
 (0)