Merge branch 'production' of https://git.rsabhk.co.id/Joko/order_gizi into production

This commit is contained in:
JokoPrasetio 2026-04-06 07:59:30 +07:00
commit a831b56177

View File

@ -1,4 +1,3 @@
async function submitOrderToServer(){
const totalHarga = hitungTotalHarga();
@ -137,16 +136,10 @@ async function submitOrderToServer(){
</div>
`,
showConfirmButton: false,
showCancelButton: true,
cancelButtonText: 'Lewati & Selesai',
cancelButtonColor: '#6c757d',
customClass: {
popup: 'rounded-4',
cancelButton: 'px-4 py-2 rounded-3'
}
}).then(() => {
window.location.href = "/success-page"; // kehalaman success
});
showCancelButton: false,
allowOutsideClick: false,
allowEscapeKey: false
})
} else {
clearSession()
Swal.fire({