Preordernotification: Can attach Borderpoint image from Mapbox API now

This commit is contained in:
Frank Schubert
2024-11-28 17:00:22 +01:00
parent 2cf306c5c3
commit d8c826a261
10 changed files with 411 additions and 4 deletions
+3 -1
View File
@@ -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);
}