Fixed #5186 - email being sent to admin as well as user on checkout

This should be introduced as a setting, but not arbitrarily send
This commit is contained in:
snipe 2018-03-22 20:30:45 -07:00
parent bcd02ce718
commit d0f14d7a3c

View file

@ -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')) {