mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-11-02 04:04:43 +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:
@ -27,7 +27,7 @@ pub struct ApplepayMerchantResponse {
|
||||
#[derive(Debug, serde::Deserialize)]
|
||||
#[serde(rename_all = "snake_case")]
|
||||
pub struct ApplepayGetVerifiedDomainsParam {
|
||||
pub merchant_id: String,
|
||||
pub merchant_id: common_utils::id_type::MerchantId,
|
||||
pub merchant_connector_account_id: String,
|
||||
}
|
||||
/// Response to be sent for derivation of the already verified domains
|
||||
|
||||
Reference in New Issue
Block a user