| @@ -133,9 +133,9 @@ | ||
| 133 | 133 | * |
| 134 | 134 | * Check for correct nonce and pass to handler. |
| 135 | 135 | */ |
| 136 | 136 | public function maybe_handle() { |
| 137 | - | |
| 137 | + wc_get_logger()->add( 'logger', 'here' ); | |
| 138 | 138 | // Don't lock up other requests while processing |
| 139 | 139 | session_write_close(); |
| 140 | 140 | check_ajax_referer( $this->identifier, 'nonce' ); |
| 141 | 141 | $this->handle(); |