mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-11-02 04:04:43 +08:00
feat(core): Rename crate data_models to hyperswitch_domain_models (#4504)
This commit is contained in:
@ -976,7 +976,7 @@ pub fn is_merchant_enabled_for_payment_id_as_connector_request_id(
|
||||
pub fn get_connector_request_reference_id(
|
||||
conf: &Settings,
|
||||
merchant_id: &str,
|
||||
payment_attempt: &data_models::payments::payment_attempt::PaymentAttempt,
|
||||
payment_attempt: &hyperswitch_domain_models::payments::payment_attempt::PaymentAttempt,
|
||||
) -> String {
|
||||
let is_config_enabled_for_merchant =
|
||||
is_merchant_enabled_for_payment_id_as_connector_request_id(conf, merchant_id);
|
||||
|
||||
Reference in New Issue
Block a user