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
2 merge requests!201.0.41,!14Start webhook implementation
...@@ -44,9 +44,6 @@ abstract class OrderWebhookBase implements ObserverInterface ...@@ -44,9 +44,6 @@ abstract class OrderWebhookBase implements ObserverInterface
$eventType = 'order_updated'; $eventType = 'order_updated';
} }
// Log the event type for debugging purposes
$this->logger->info('event: ' . $eventType);
// Prepare payload // Prepare payload
$data = [ $data = [
'event' => $eventType, '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