mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-11-01 19:42:27 +08:00
refactor(merchant_id): create domain type for merchant_id (#5408)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com> Co-authored-by: Sanchith Hegde <22217505+SanchithHegde@users.noreply.github.com>
This commit is contained in:
@ -105,8 +105,13 @@ impl_api_event_type!(
|
||||
Miscellaneous,
|
||||
(
|
||||
String,
|
||||
id_type::MerchantId,
|
||||
(id_type::MerchantId, String),
|
||||
(&id_type::MerchantId, String),
|
||||
(&id_type::MerchantId, &String),
|
||||
(&String, &String),
|
||||
(Option<i64>, Option<i64>, String),
|
||||
(Option<i64>, Option<i64>, id_type::MerchantId),
|
||||
bool
|
||||
)
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user