Update docs/book/orders/cart-promotions.rst

Co-authored-by: Jan Góralski <jan.wojciech.goralski@gmail.com>
This commit is contained in:
Zairig Imad 2023-08-30 10:27:34 +01:00 committed by GitHub
parent 25e9b8e20f
commit 61c1fc0b4f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -63,7 +63,7 @@ The types of rules that are configured in **Sylius** by default are:
* **Nth Order** - checks if this is for example the second order made by the customer,
* **Shipping Country** - checks if the order's shipping address is in a given country.
* **Customer Group** - checks if the current customer is in a given customer group.
* **Contain Product** - checks if the order contain a certain product.
* **Contains Product** - checks if the order contains a certain product.
How to create a new PromotionRule programmatically?
'''''''''''''''''''''''''''''''''''''''''''''''''''