'filter' =>
[ 'sorterKey' => null,
'applierKey' => null,
'usageKey' => null,
'pickerKey' => null,
],
'exclusions' =>
[],
'preventCombination' => false,
'promotionCodeType' => 'fixed',
];
static::
assertEquals($expected,
$item->
getPayload());
} /**
* This test verifies that we have a correct payload
* including our max value from our discount, when building
* a new line item for our cart.
*
* @group promotions
*
* @throws CartException
* @throws UnknownPromotionDiscountTypeException
*/