mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-28 04:04:55 +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:
@ -5,7 +5,7 @@ use crate::enums;
|
||||
|
||||
#[derive(serde::Deserialize, Debug, serde::Serialize)]
|
||||
pub struct ReconUpdateMerchantRequest {
|
||||
pub merchant_id: String,
|
||||
pub merchant_id: common_utils::id_type::MerchantId,
|
||||
pub recon_status: enums::ReconStatus,
|
||||
pub user_email: pii::Email,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user