|
|
@ -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() { |
|
|
|