Compare commits

...

2 commits

Author SHA1 Message Date
DESKTOP-1R2VSQH\Lenovo ThinkPad E490
952a97d40d Merge branch 'develop' into dev
All checks were successful
Build & Deploy on Dev / build (push) Successful in 2m55s
2026-01-14 18:11:33 +07:00
DESKTOP-1R2VSQH\Lenovo ThinkPad E490
98d5a9ad43 fix(checkout-check):API isSeminar 2026-01-14 18:11:13 +07:00

View file

@ -383,9 +383,12 @@ async function getCheck() {
mapRef.value?.requestLocationPermission()
return
}
showLoader()
const isSeminar = endTimeAfternoon.value === '14:30' ? 'Y' : 'N'
await http
.get(config.API.checkoutCheck)
.get(config.API.checkoutCheck + `/${isSeminar}`)
.then(async (res) => {
checkStatus.value = await res.data.result.status.toLocaleUpperCase()
if (checkStatus.value == 'ABSENT') {