(20250303) More print statements>

This commit is contained in:
2025-03-03 15:27:27 +05:30
parent ae503303b1
commit 5f43609839
+1
View File
@@ -359,6 +359,7 @@ async def verify_otp(
) )
if not phone_no.startswith("254"): phone_no = "254" + phone_no if not phone_no.startswith("254"): phone_no = "254" + phone_no
phone_no = "+" + phone_no phone_no = "+" + phone_no
print("CLEANED PHONE NO.:", phone_no)
# hit Omkar's API: # hit Omkar's API:
api_response = await current_app.http_client.post( api_response = await current_app.http_client.post(