Skip to content

Commit

Permalink
Resolved remaining comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Spriti Aneja committed Oct 30, 2024
2 parents 02adbb5 + fd7c0a2 commit 268ccc1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ impl<T> TryFrom<(&api::CurrencyUnit, enums::Currency, MinorUnit, T)> for Worldpa
}
}

/// Worldpay's unique reference ID for a request TODO: Move to hyperswitch_connectors/constants once Worldpay is moved to connectors crate
/// Worldpay's unique reference ID for a request
pub const WP_CORRELATION_ID: &str = "WP-CorrelationId";

#[derive(Debug, Default, Serialize, Deserialize)]
Expand Down

0 comments on commit 268ccc1

Please sign in to comment.