Skip to content

Commit

Permalink
Fix doc
Browse files Browse the repository at this point in the history
  • Loading branch information
itsyaasir committed Nov 13, 2023
1 parent 4958b00 commit f5f3923
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/mpesa-rust/dynamic_qr_tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ async fn dynamic_qr_code_test() {
.ref_no("rf38f04")
.size("300")
.try_transaction_type("bg")
// .try_transaction_type(TransactionType::BuyGoods) // This is the same as the above
//.transaction_type(TransactionType::BuyGoods) // This is the same as the above
.unwrap()
.build()
.unwrap()
Expand Down

0 comments on commit f5f3923

Please sign in to comment.