change the other one too
This commit is contained in:
parent
9a651b567d
commit
8232618a9f
1 changed files with 1 additions and 1 deletions
|
@ -240,7 +240,7 @@ class AcceptanceController extends Controller
|
||||||
try {
|
try {
|
||||||
$acceptance->notify(new AcceptanceAssetAcceptedNotification($data));
|
$acceptance->notify(new AcceptanceAssetAcceptedNotification($data));
|
||||||
} catch (\Exception $e) {
|
} catch (\Exception $e) {
|
||||||
Log::error($e);
|
Log::warning($e);
|
||||||
}
|
}
|
||||||
event(new CheckoutAccepted($acceptance));
|
event(new CheckoutAccepted($acceptance));
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue