Skip to content
This repository has been archived by the owner on Jul 24, 2024. It is now read-only.

Commit

Permalink
feat: consume_unit for promotion codes type (#833)
Browse files Browse the repository at this point in the history
* feat: consume_unit for promotion codes type

* fix: not required
  • Loading branch information
yasamanloghman authored Jul 18, 2023
1 parent 8f731e4 commit 4557135
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/types/promotions.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -192,6 +192,7 @@ export interface PromotionCode {
created_by ?: string
max_uses ?: number
meta ?: PromotionMeta
consume_unit?: 'per_cart' | 'per_item'
}

export interface DeletePromotionCodesBodyItem extends ResourceList<any> {
Expand Down

0 comments on commit 4557135

Please sign in to comment.