change the other one too

This commit is contained in:
spencerrlongg 2024-10-01 14:26:32 -05:00
parent 9a651b567d
commit 8232618a9f

View file

@ -240,7 +240,7 @@ class AcceptanceController extends Controller
try {
$acceptance->notify(new AcceptanceAssetAcceptedNotification($data));
} catch (\Exception $e) {
Log::error($e);
Log::warning($e);
}
event(new CheckoutAccepted($acceptance));