From ab23d7b8c142190c127b6f8e368a9522fdfa92bd Mon Sep 17 00:00:00 2001 From: Yasir Shariff Date: Sun, 28 Jan 2024 17:51:34 +0530 Subject: [PATCH] chore: revert removal of identifier receiver --- src/services/transaction_reversal.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/services/transaction_reversal.rs b/src/services/transaction_reversal.rs index bd0a20b9b..945ef5391 100644 --- a/src/services/transaction_reversal.rs +++ b/src/services/transaction_reversal.rs @@ -24,6 +24,7 @@ pub struct TransactionReversalRequest<'mpesa> { /// The organization that receives the transaction. pub receiver_party: &'mpesa str, /// Type of organization that receives the transaction. + #[serde(rename(serialize = "RecieverIdentifierType"))] pub receiver_identifier_type: IdentifierTypes, /// The path that stores information about the transaction. #[serde(rename = "ResultURL")]