Payment reminder mails
This commit is contained in:
@@ -161,17 +161,16 @@
|
||||
});
|
||||
|
||||
if (data.status !== 'success') {
|
||||
toas.error(data.message);
|
||||
toast.error(data.message);
|
||||
return false;
|
||||
} else {
|
||||
console.log(data.event);
|
||||
newEvent.value = data.event;
|
||||
showParticipationFees.value = true;
|
||||
}
|
||||
}
|
||||
|
||||
async function finishCreation() {
|
||||
window.location.href = '/event/details/' + newEvent.value.id;
|
||||
window.location.href = '/event/details/' + newEvent.value.identifier;
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user