Skip to content

Commit

Permalink
chore: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Narayanbhat166 committed Dec 19, 2024
1 parent 3e17fe2 commit f1d2447
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/hyperswitch_domain_models/src/router_data.rs
Original file line number Diff line number Diff line change
Expand Up @@ -567,7 +567,7 @@ impl
&self,
_payment_data: &payments::PaymentConfirmData<router_flow_types::Authorize>,
) -> common_enums::AttemptStatus {
// For this step, consider whatever status was given by the connector moudle
// For this step, consider whatever status was given by the connector module
// We do not need to check for amount captured or amount capturable here because we are authorizing the whole amount
self.status
}
Expand Down

0 comments on commit f1d2447

Please sign in to comment.