Skip to content

Commit

Permalink
refactor: resolve ci checks
Browse files Browse the repository at this point in the history
  • Loading branch information
Sakilmostak committed May 1, 2024
1 parent cb64646 commit fe17397
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crates/router/src/consts.rs
Expand Up @@ -38,6 +38,7 @@ pub(crate) const LOW_BALANCE_ERROR_MESSAGE: &str = "Insufficient balance in the
pub(crate) const CONNECTOR_UNAUTHORIZED_ERROR: &str = "Authentication Error from the connector";
pub(crate) const CANNOT_CONTINUE_AUTH: &str =
"Cannot continue with Authorization due to failed Liability Shift.";
#[cfg(feature = "payouts")]
pub(crate) const DEFAULT_NOTIFICATION_SCRIPT_LANGUAGE: &str = "en-US";

// General purpose base64 engines
Expand Down

0 comments on commit fe17397

Please sign in to comment.