Skip to content

Commit

Permalink
chore: revert removal of identifier receiver
Browse files Browse the repository at this point in the history
  • Loading branch information
itsyaasir committed Jan 28, 2024
1 parent 113c5aa commit ab23d7b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/services/transaction_reversal.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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")]
Expand Down

0 comments on commit ab23d7b

Please sign in to comment.