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:
co-authored by
fPolic
Frane Polić
parent
1438b394ae
commit
42be9a88d6
@@ -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:
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user