Preordernotification: Can attach Borderpoint image from Mapbox API now
This commit is contained in:
@@ -29,7 +29,9 @@ foreach(PreordernotificationModel::search(["send_finish" => null, "send_lock" =>
|
||||
}
|
||||
$notification->send_lock = ($mypid) ? $mypid : 1;
|
||||
$notification->save();
|
||||
|
||||
|
||||
$preorders = $notification->getPreorders();
|
||||
|
||||
foreach($notification->getPreorders() as $preorder) {
|
||||
$notification->sendToPreorder($preorder);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user