diff --git a/crates/hyperswitch_domain_models/src/router_data.rs b/crates/hyperswitch_domain_models/src/router_data.rs index c0085bd61c75..f69c1db0e10b 100644 --- a/crates/hyperswitch_domain_models/src/router_data.rs +++ b/crates/hyperswitch_domain_models/src/router_data.rs @@ -567,7 +567,7 @@ impl &self, _payment_data: &payments::PaymentConfirmData, ) -> 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 }