| @@ -220,9 +220,9 @@ | ||
| 220 | 220 | ), |
| 221 | 221 | 'discount_priority_type' => array( |
| 222 | 222 | 'description' => __( 'Discount Priority Type.', 'disco' ), |
| 223 | 223 | 'type' => 'string', |
| 224 | - 'enum' => array( 'both', 'woocommerce_coupon', 'disco_campaign' ), | |
| 224 | + 'enum' => array( 'both', 'disco_campaign' ), | |
| 225 | 225 | 'default' => 'both', |
| 226 | 226 | 'context' => array( |
| 227 | 227 | 'view', |
| 228 | 228 | 'edit', |