Skip to content

Commit 6007cad

Browse files
committed
fix: compilation
1 parent bc5b783 commit 6007cad

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

docs/client/transaction_reversal.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ async fn main() -> Result<(), Box<dyn std::error::Error>> {
2929
.try_timeout_url("https://testdomain.com/err")?
3030
.transaction_id("OEI2AK4Q16")
3131
.remarks("test")
32-
.receiver_identifier_type(mpesa::IdentifierTypes::Reversal) // optional will default to IdentifierTypes::Reversal
3332
.amount(100)
3433
.receiver_party("600111")
3534
.build()?

0 commit comments

Comments
 (0)