Skip to content

Commit

Permalink
refactor: resolve nits
Browse files Browse the repository at this point in the history
  • Loading branch information
kashif-m committed Nov 8, 2024
1 parent 275f6e6 commit 24ecc9c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -331,5 +331,5 @@ pub struct WorldpayCompleteAuthorizationRequest {
pub collection_reference: Option<String>,
}

pub const THREE_DS_MODE: &str = "always";
pub const THREE_DS_TYPE: &str = "integrated";
pub(super) const THREE_DS_MODE: &str = "always";
pub(super) const THREE_DS_TYPE: &str = "integrated";
Original file line number Diff line number Diff line change
Expand Up @@ -457,4 +457,4 @@ pub enum WorldpayWebhookStatus {
}

/// Worldpay's unique reference ID for a request
pub const WP_CORRELATION_ID: &str = "WP-CorrelationId";
pub(super) const WP_CORRELATION_ID: &str = "WP-CorrelationId";

0 comments on commit 24ecc9c

Please sign in to comment.