@@ -208,7 +208,8 @@ |
||
| 208 | 208 | ); |
| 209 | 209 | if ($trustalyze->success) { |
| 210 | 210 | update_option($this->trustalyzeKey, Arr::get($trustalyze->response, 'producttype')); |
| 211 | - } else { |
|
| 211 | + } |
|
| 212 | + else { |
|
| 212 | 213 | delete_option($this->trustalyzeKey); |
| 213 | 214 | $settings = Arr::set($settings, $this->enabledKey, 'no'); |
| 214 | 215 | glsr(Notice::class)->addError(sprintf( |