From 810d115d57594cccf0b78f7e272f8448dab49e67 Mon Sep 17 00:00:00 2001 From: Yasir Shariff Date: Mon, 29 Jan 2024 10:29:25 +0530 Subject: [PATCH] chore: Add doc link --- docs/client/express_request.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/client/express_request.md b/docs/client/express_request.md index e1c366820..a1392d182 100644 --- a/docs/client/express_request.md +++ b/docs/client/express_request.md @@ -51,6 +51,8 @@ async fn main() -> Result<(), Box>{ M-PESA Express Query API checks the status of a Lipa Na M-PESA Online Payment. +Safaricom API docs [reference](https://developer.safaricom.co.ke/APIs/MpesaExpressQuery) + ### Example ```rust,ignore