Skip to content
Snippets Groups Projects
Commit 06c7ec84 authored by Christel Loftus's avatar Christel Loftus
Browse files

cleanup

parent 8d5a03f7
No related branches found
No related tags found
1 merge request!14Start webhook implementation
......@@ -44,9 +44,6 @@ abstract class OrderWebhookBase implements ObserverInterface
$eventType = 'order_updated';
}
// Log the event type for debugging purposes
$this->logger->info('event: ' . $eventType);
// Prepare payload
$data = [
'event' => $eventType,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment