Chore(booking-job): Log waiting for payment gateway
All checks were successful
ktm-booking-bot/ktm-booking-bot/pipeline/head This commit looks good

This commit is contained in:
2022-10-21 00:22:31 +08:00
parent 68b6e85d35
commit 55fdb1c01e

View File

@@ -280,6 +280,7 @@ func (env *Env) startBooking(job *Booking, username string, password string, cre
page = choosePaymentCreditCard(page)
// Wait 5 seconds for payment gateway to load
log.Println("Waiting for payment gateway to load.")
time.Sleep(time.Second * 5)
for _, currPage := range browser.MustPages() {