6 declare(strict_types=1);
21 'name' =>
'15$ fixed discount on whole cart',
23 'customer_group_ids' => [GroupManagement::NOT_LOGGED_IN_ID],
24 'coupon_type' => Rule::COUPON_TYPE_SPECIFIC,
27 'type' => \
Magento\SalesRule\Model\
Rule\Condition\Address::class,
28 'attribute' =>
'base_subtotal',
33 'simple_action' => Rule::CART_FIXED_ACTION,
34 'discount_amount' => 15,
36 'stop_rules_processing' => 1,
38 $objectManager->get(StoreManagerInterface::class)->getWebsite()->getId(),
47 ->setCode(
'CART_FIXED_DISCOUNT_15')