fix(core): Add type for fields in juspay threeds server (#9744)

This commit is contained in:
Sahkal Poddar
2025-10-08 16:59:09 +05:30
committed by GitHub
parent 71f6965ced
commit 76da7b28bc
3 changed files with 9 additions and 0 deletions

View File

@ -6353,16 +6353,19 @@ name = "merchant_category_code"
label = "merchant_category_code"
placeholder = "Enter Merchant Category Code"
required = true
type = "Text"
[[juspaythreedsserver.metadata.merchant_country_code]]
name = "merchant_country_code"
label = "merchant_country_code"
placeholder = "Enter Merchant Country Code"
required = true
type = "Text"
[[juspaythreedsserver.metadata.merchant_name]]
name = "merchant_name"
label = "merchant_name"
placeholder = "Enter Merchant Name"
required = true
type = "Text"
[[juspaythreedsserver.metadata.pull_mechanism_for_external_3ds_enabled]]
name="pull_mechanism_for_external_3ds_enabled"
label="Pull Mechanism Enabled"

View File

@ -5650,16 +5650,19 @@ name = "merchant_category_code"
label = "merchant_category_code"
placeholder = "Enter Merchant Category Code"
required = true
type = "Text"
[[juspaythreedsserver.metadata.merchant_country_code]]
name = "merchant_country_code"
label = "merchant_country_code"
placeholder = "Enter Merchant Country Code"
required = true
type = "Text"
[[juspaythreedsserver.metadata.merchant_name]]
name = "merchant_name"
label = "merchant_name"
placeholder = "Enter Merchant Name"
required = true
type = "Text"
[[juspaythreedsserver.metadata.pull_mechanism_for_external_3ds_enabled]]
name="pull_mechanism_for_external_3ds_enabled"
label="Pull Mechanism Enabled"

View File

@ -6330,16 +6330,19 @@ name = "merchant_category_code"
label = "merchant_category_code"
placeholder = "Enter Merchant Category Code"
required = true
type = "Text"
[[juspaythreedsserver.metadata.merchant_country_code]]
name = "merchant_country_code"
label = "merchant_country_code"
placeholder = "Enter Merchant Country Code"
required = true
type = "Text"
[[juspaythreedsserver.metadata.merchant_name]]
name = "merchant_name"
label = "merchant_name"
placeholder = "Enter Merchant Name"
required = true
type = "Text"
[[juspaythreedsserver.metadata.pull_mechanism_for_external_3ds_enabled]]
name="pull_mechanism_for_external_3ds_enabled"
label="Pull Mechanism Enabled"