Skip to content

Commit

Permalink
fix status mapping
Browse files Browse the repository at this point in the history
Signed-off-by: chikke srujan <[email protected]>
  • Loading branch information
srujanchikke committed May 25, 2023
1 parent 435b6a9 commit aaf5d35
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -941,7 +941,7 @@ impl From<AuthorizedotnetWebhookEvent> for SyncStatus {
| AuthorizedotnetWebhookEvent::AuthCapCreated => Self::CapturedPendingSettlement,
AuthorizedotnetWebhookEvent::PriorAuthCapture => Self::SettledSuccessfully,
AuthorizedotnetWebhookEvent::VoidCreated => Self::Voided,
AuthorizedotnetWebhookEvent::RefundCreated => Self::RefundPendingSettlement,
AuthorizedotnetWebhookEvent::RefundCreated => Self::RefundSettledSuccessfully,
}
}
}
Expand Down

0 comments on commit aaf5d35

Please sign in to comment.