Merge branch 'develop'
This commit is contained in:
commit
130bb19a11
1 changed files with 1 additions and 1 deletions
|
@ -67,7 +67,7 @@ trait Loggable
|
||||||
];
|
];
|
||||||
|
|
||||||
if ($settings = Setting::getSettings()) {
|
if ($settings = Setting::getSettings()) {
|
||||||
$settings->notify(new CheckoutNotification($params));
|
// $settings->notify(new CheckoutNotification($params));
|
||||||
}
|
}
|
||||||
|
|
||||||
if (method_exists($target, 'notify')) {
|
if (method_exists($target, 'notify')) {
|
||||||
|
|
Loading…
Add table
Reference in a new issue