Skip to content

Commit

Permalink
fix: express request tests
Browse files Browse the repository at this point in the history
  • Loading branch information
itsyaasir committed Jan 28, 2024
1 parent 33641a8 commit 1687128
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/client/express_request.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ async fn main() -> Result<(), Box<dyn std::error::Error>>{
.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()
Expand Down

0 comments on commit 1687128

Please sign in to comment.