From 168712808e739cefcc4194caa58c2524e52362af Mon Sep 17 00:00:00 2001 From: Yasir Shariff Date: Sun, 28 Jan 2024 18:38:20 +0530 Subject: [PATCH] fix: express request tests --- docs/client/express_request.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/client/express_request.md b/docs/client/express_request.md index e9b265c93..9eb2c61b8 100644 --- a/docs/client/express_request.md +++ b/docs/client/express_request.md @@ -33,7 +33,7 @@ async fn main() -> Result<(), Box>{ .amount(500) .try_callback_url("https://test.example.com/api")? .account_ref("Test") - .transaction_type(crate::CommandId::CustomerPayBillOnline) // Optional, defaults to `CommandId::CustomerPayBillOnline` + .transaction_type(mpesa::CommandId::CustomerPayBillOnline) // Optional, defaults to `CommandId::CustomerPayBillOnline` .transaction_desc("Description") // Optional, defaults to "None" .build()? .send()