| @@ -60,9 +60,9 @@ | ||
| 60 | 60 | if ( empty( $this->step_data['type']['key'] ) ) { |
| 61 | 61 | return false; |
| 62 | 62 | } |
| 63 | 63 | |
| 64 | - if ( 'upsell' !== $this->step_data['type']['key'] ) { | |
| 64 | + if ( 'upsell' !== $this->step_data['type']['key'] && 'downsell' !== $this->step_data['type']['key'] ) { | |
| 65 | 65 | return false; |
| 66 | 66 | } |
| 67 | 67 | |
| 68 | 68 | return true; |