fix(medusa, core-flows): Update TIP on promotions (#12885)

* fix: Update TIP on promotions

* Create warm-rings-look.md

* only show for fixed discounts

* fix: handle type change

---------

Co-authored-by: fPolic <mainacc.polic@gmail.com>
Co-authored-by: Frane Polić <16856471+fPolic@users.noreply.github.com>
This commit is contained in:
Oli Juhl
2025-07-08 19:20:29 +02:00
committed by GitHub
co-authored by fPolic Frane Polić
parent 1438b394ae
commit 42be9a88d6
7 changed files with 59 additions and 5 deletions
@@ -197,6 +197,10 @@ export interface AdminUpdatePromotion {
* by entering the code at checkout.
*/
is_automatic?: boolean
/**
* Whether the promotion is tax inclusive.
*/
is_tax_inclusive?: boolean
/**
* The type of promotion.
*/
@@ -168,6 +168,11 @@ export interface UpdatePromotionDTO {
*/
type?: PromotionTypeValues
/**
* Whether the promotion is tax inclusive.
*/
is_tax_inclusive?: boolean
/**
* The status of the promotion:
*