diff --git a/api/auth/loginOTP.cfm b/api/auth/loginOTP.cfm index 94ded05..0ddf529 100644 --- a/api/auth/loginOTP.cfm +++ b/api/auth/loginOTP.cfm @@ -99,7 +99,7 @@ try { try { smsResult = application.twilioObj.sendSMS( recipientNumber: "+1" & phone, - messageBody: "Your Payfrit login code is: " & otp + messageBody: "Your Payfrit code is: " & otp ); smsMessage = smsResult.success ? "Login code sent" : "SMS failed - please try again"; } catch (any smsErr) { diff --git a/api/auth/sendLoginOTP.cfm b/api/auth/sendLoginOTP.cfm index bcb3fc3..15db679 100644 --- a/api/auth/sendLoginOTP.cfm +++ b/api/auth/sendLoginOTP.cfm @@ -136,7 +136,7 @@ try { // Send via SMS try { if (structKeyExists(application, "twilioObj")) { - smsMessage = "Your Payfrit login code is: " & code & ". It expires in 10 minutes."; + smsMessage = "Your Payfrit code is: " & code; application.twilioObj.sendSMS(to=qUser.ContactNumber, message=smsMessage); } } catch (any smsErr) { diff --git a/api/tasks/complete.cfm b/api/tasks/complete.cfm index 7a7fc61..c18e4ea 100644 --- a/api/tasks/complete.cfm +++ b/api/tasks/complete.cfm @@ -194,15 +194,8 @@ - - - + +