Skip to content

Commit

Permalink
update generate_discount_code docs
Browse files Browse the repository at this point in the history
  • Loading branch information
asadali145 committed Feb 9, 2023
1 parent 8cf9468 commit f528d19
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion ecommerce/management/commands/generate_discount_code.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,9 @@
one-time discount. You can also set the discount type with --discount-type. The
type should be one of the normal types (dollars-off, percent-off, or
fixed-price). If the type is set to percent-off, the command will make sure your
amount is 100% or less.
amount is 100% or less. You can set the discount payment type using --payment-type.
The payment type should be one of (`marketing`, `sales`, `financial-assistance`,
`customer-support`, or `staff`).
"""

Expand Down

0 comments on commit f528d19

Please sign in to comment.