fix(wasm): remove chasenet from jpmorgan wasm as ChaseNet doesn’t exist in PMT (#6927)

Co-authored-by: Jeeva Ramachandran <jeeva.ramachandran@juspay.in>
This commit is contained in:
Swangi Kumari
2024-12-24 13:56:56 +05:30
committed by GitHub
parent 9c3547fa8d
commit 5e4eded8fa
4 changed files with 10 additions and 22 deletions

View File

@ -113,11 +113,11 @@ pub struct ConfigMetadata {
pub source_balance_account: Option<InputData>, pub source_balance_account: Option<InputData>,
pub brand_id: Option<InputData>, pub brand_id: Option<InputData>,
pub destination_account_number: Option<InputData>, pub destination_account_number: Option<InputData>,
pub dpa_id: Option<String>, pub dpa_id: Option<InputData>,
pub dpa_name: Option<String>, pub dpa_name: Option<InputData>,
pub locale: Option<String>, pub locale: Option<InputData>,
pub card_brands: Option<Vec<String>>, pub card_brands: Option<InputData>,
pub merchant_category_code: Option<String>, pub merchant_category_code: Option<InputData>,
} }
#[serde_with::skip_serializing_none] #[serde_with::skip_serializing_none]

View File

@ -1734,8 +1734,6 @@ key2="Certificate Key"
[jpmorgan] [jpmorgan]
[[jpmorgan.credit]] [[jpmorgan.credit]]
payment_method_type = "AmericanExpress" payment_method_type = "AmericanExpress"
[[jpmorgan.credit]]
payment_method_type = "ChaseNet"
[[jpmorgan.credit]] [[jpmorgan.credit]]
payment_method_type = "DinersClub" payment_method_type = "DinersClub"
[[jpmorgan.credit]] [[jpmorgan.credit]]
@ -1752,8 +1750,6 @@ key2="Certificate Key"
payment_method_type = "Visa" payment_method_type = "Visa"
[[jpmorgan.debit]] [[jpmorgan.debit]]
payment_method_type = "AmericanExpress" payment_method_type = "AmericanExpress"
[[jpmorgan.debit]]
payment_method_type = "ChaseNet"
[[jpmorgan.debit]] [[jpmorgan.debit]]
payment_method_type = "DinersClub" payment_method_type = "DinersClub"
[[jpmorgan.debit]] [[jpmorgan.debit]]
@ -4441,7 +4437,7 @@ placeholder="Enter locale"
required=true required=true
type="Text" type="Text"
[[ctp_mastercard.metadata.card_brands]] [ctp_mastercard.metadata.card_brands]
name="card_brands" name="card_brands"
label="Card Brands" label="Card Brands"
placeholder="Enter Card Brands" placeholder="Enter Card Brands"
@ -4449,28 +4445,28 @@ required=true
type="MultiSelect" type="MultiSelect"
options=["visa","mastercard"] options=["visa","mastercard"]
[[ctp_mastercard.metadata.acquirer_bin]] [ctp_mastercard.metadata.acquirer_bin]
name="acquirer_bin" name="acquirer_bin"
label="Acquire Bin" label="Acquire Bin"
placeholder="Enter Acquirer Bin" placeholder="Enter Acquirer Bin"
required=true required=true
type="Text" type="Text"
[[ctp_mastercard.metadata.acquirer_merchant_id]] [ctp_mastercard.metadata.acquirer_merchant_id]
name="acquirer_merchant_id" name="acquirer_merchant_id"
label="Acquire Merchant Id" label="Acquire Merchant Id"
placeholder="Enter Acquirer Merchant Id" placeholder="Enter Acquirer Merchant Id"
required=true required=true
type="Text" type="Text"
[[ctp_mastercard.metadata.merchant_category_code]] [ctp_mastercard.metadata.merchant_category_code]
name="merchant_category_code" name="merchant_category_code"
label="Merchant Category Code" label="Merchant Category Code"
placeholder="Enter Merchant Category Code" placeholder="Enter Merchant Category Code"
required=true required=true
type="Text" type="Text"
[[ctp_mastercard.metadata.merchant_country_code]] [ctp_mastercard.metadata.merchant_country_code]
name="merchant_country_code" name="merchant_country_code"
label="Merchant Country Code" label="Merchant Country Code"
placeholder="Enter Merchant Country Code" placeholder="Enter Merchant Country Code"

View File

@ -1446,8 +1446,6 @@ key2="Certificate Key"
[jpmorgan] [jpmorgan]
[[jpmorgan.credit]] [[jpmorgan.credit]]
payment_method_type = "AmericanExpress" payment_method_type = "AmericanExpress"
[[jpmorgan.credit]]
payment_method_type = "ChaseNet"
[[jpmorgan.credit]] [[jpmorgan.credit]]
payment_method_type = "DinersClub" payment_method_type = "DinersClub"
[[jpmorgan.credit]] [[jpmorgan.credit]]
@ -1464,8 +1462,6 @@ key2="Certificate Key"
payment_method_type = "Visa" payment_method_type = "Visa"
[[jpmorgan.debit]] [[jpmorgan.debit]]
payment_method_type = "AmericanExpress" payment_method_type = "AmericanExpress"
[[jpmorgan.debit]]
payment_method_type = "ChaseNet"
[[jpmorgan.debit]] [[jpmorgan.debit]]
payment_method_type = "DinersClub" payment_method_type = "DinersClub"
[[jpmorgan.debit]] [[jpmorgan.debit]]

View File

@ -1682,8 +1682,6 @@ key2="Certificate Key"
[jpmorgan] [jpmorgan]
[[jpmorgan.credit]] [[jpmorgan.credit]]
payment_method_type = "AmericanExpress" payment_method_type = "AmericanExpress"
[[jpmorgan.credit]]
payment_method_type = "ChaseNet"
[[jpmorgan.credit]] [[jpmorgan.credit]]
payment_method_type = "DinersClub" payment_method_type = "DinersClub"
[[jpmorgan.credit]] [[jpmorgan.credit]]
@ -1700,8 +1698,6 @@ key2="Certificate Key"
payment_method_type = "Visa" payment_method_type = "Visa"
[[jpmorgan.debit]] [[jpmorgan.debit]]
payment_method_type = "AmericanExpress" payment_method_type = "AmericanExpress"
[[jpmorgan.debit]]
payment_method_type = "ChaseNet"
[[jpmorgan.debit]] [[jpmorgan.debit]]
payment_method_type = "DinersClub" payment_method_type = "DinersClub"
[[jpmorgan.debit]] [[jpmorgan.debit]]