Skip to content

Commit

Permalink
10. temporary disable sending mail about order
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitrakovich committed Sep 3, 2024
1 parent b719278 commit 2c30a46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/Providers/EventServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ class EventServiceProvider extends ServiceProvider
FacebookPixel\SendAddToCartEvent::class,
],
OrderCreated::class => [
SendOrderInformationNotification::class,
// SendOrderInformationNotification::class,
SaveDevice::class,
UpdateUserGroup::class,
ResetUserCache::class,
Expand Down

0 comments on commit 2c30a46

Please sign in to comment.