Dinesh 3 months ago
parent
commit
200ed81fdf
  1. 8
      Deployment/30714-mobile-api-log/proc_MobileApiLogs.sql

8
Deployment/30714-mobile-api-log/proc_MobileApiLogs.sql

@ -38,7 +38,7 @@ BEGIN
UNION ALL
SELECT 'RegisterKyc' [value]
,'KTC Doc Upload ' [text]
,'KYC Doc Upload ' [text]
UNION ALL
@ -61,6 +61,12 @@ BEGIN
UNION ALL
SELECT 'dotransaction' [value]
,'Send Money' [text]
UNION ALL
SELECT 'ChangePassword' [value]
,'Change Password' [text]
UNION ALL
SELECT 'ResetPassword' [value]
,'Forgot Password' [text]
) x
END

Loading…
Cancel
Save