diff --git a/app/Models/Loggable.php b/app/Models/Loggable.php index 3674b2178..38f1619d3 100644 --- a/app/Models/Loggable.php +++ b/app/Models/Loggable.php @@ -67,7 +67,7 @@ trait Loggable ]; if ($settings = Setting::getSettings()) { - $settings->notify(new CheckoutNotification($params)); + // $settings->notify(new CheckoutNotification($params)); } if (method_exists($target, 'notify')) {