SELECT ID, EmailAddress FROM Users WHERE UUID = '#url.UUID#' AND IsEmailVerified = 0 AND IsContactVerified > 0 UPDATE Users SET IsEmailVerified = 1 WHERE ID = '#get_user.ID#' ok your account is all confirmed and you are logged in!

it's time to go check out Payfrit!
SELECT ID, ContactNumber FROM Users WHERE UUID = '#url.UUID#' AND IsEmailVerified = 0 AND IsContactVerified = 0 UPDATE Users SET IsEmailVerified = 1 WHERE ID = '#get_confirmed_customer.ID#' your email was confirmed but we still need to verify your mobile number!

UPDATE Users SET MobileVerifyCode = '#customer_OPT_confirm#' WHERE ID = #get_confirmed_customer.ID# we sent a six-digit code to #get_confirmed_customer.ContactNumber#, please input that code here:

 confirm mobile
   
didn't get the code?


you shouldn't be here, email us if you need help with something.