diff --git a/ecommerce/management/commands/generate_discount_code.py b/ecommerce/management/commands/generate_discount_code.py index 283649faf2..2237a415ad 100644 --- a/ecommerce/management/commands/generate_discount_code.py +++ b/ecommerce/management/commands/generate_discount_code.py @@ -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`). """