refactor(connector): [NMI,PAYONE,RISKIFIED] moved to hyperswitch_connectors (#7666)

This commit is contained in:
Nithin N
2025-04-24 15:15:10 +05:30
committed by GitHub
parent 413a7eee8a
commit b461087567
20 changed files with 1421 additions and 1426 deletions

View File

@ -1,15 +1,5 @@
pub use common_utils::{collect_missing_value_keys, newtype};
#[macro_export]
macro_rules! get_formatted_date_time {
($date_format:tt) => {{
let format = time::macros::format_description!($date_format);
time::OffsetDateTime::now_utc()
.format(&format)
.change_context($crate::core::errors::ConnectorError::InvalidDateFormat)
}};
}
#[macro_export]
macro_rules! get_payment_link_config_value_based_on_priority {
($config:expr, $business_config:expr, $field:ident, $default:expr) => {