do not animate ticket if stock is empty
This commit is contained in:
parent
ccd35c2b92
commit
303ccf5bce
4 changed files with 17 additions and 8 deletions
|
|
@ -157,7 +157,8 @@ function saveMapadoEvent($mapadoEvent, $page) {
|
|||
$dataToSave = [
|
||||
"mapadoSlug" => $mapadoEvent->slug,
|
||||
"remoteDuration" => $duration,
|
||||
"remoteSessions" => $sessionsToSave
|
||||
"remoteSessions" => $sessionsToSave,
|
||||
"eventDateId" => $eventDateId
|
||||
];
|
||||
|
||||
$page->update($dataToSave);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue