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()