feat(connector): [Fiuu] ADD Wasm Configs (#5874)

This commit is contained in:
awasthi21
2024-09-13 12:10:14 +05:30
committed by GitHub
parent 08deec8269
commit 71bf627fbc
4 changed files with 13 additions and 0 deletions

View File

@ -139,6 +139,7 @@ pub struct ConnectorTomlConfig {
pub gift_card: Option<Vec<Provider>>,
pub card_redirect: Option<Vec<Provider>>,
pub is_verifiable: Option<bool>,
pub real_time_payment: Option<Vec<Provider>>,
}
#[serde_with::skip_serializing_none]
#[derive(Debug, Deserialize, serde::Serialize, Clone)]

View File

@ -4069,6 +4069,10 @@ api_secret="Shared Secret"
payment_method_type = "CartesBancaires"
[[fiuu.debit]]
payment_method_type = "UnionPay"
[[fiuu.real_time_payment]]
payment_method_type = "duit_now"
[[fiuu.bank_redirect]]
payment_method_type = "online_banking_fpx"
[fiuu.connector_auth.SignatureKey]
api_key="Verify Key"
key1="Merchant ID"

View File

@ -3053,6 +3053,10 @@ api_secret="Shared Secret"
payment_method_type = "CartesBancaires"
[[fiuu.debit]]
payment_method_type = "UnionPay"
[[fiuu.real_time_payment]]
payment_method_type = "duit_now"
[[fiuu.bank_redirect]]
payment_method_type = "online_banking_fpx"
[fiuu.connector_auth.SignatureKey]
api_key="Verify Key"
key1="Merchant ID"

View File

@ -4062,6 +4062,10 @@ api_secret="Shared Secret"
payment_method_type = "CartesBancaires"
[[fiuu.debit]]
payment_method_type = "UnionPay"
[[fiuu.real_time_payment]]
payment_method_type = "duit_now"
[[fiuu.bank_redirect]]
payment_method_type = "online_banking_fpx"
[fiuu.connector_auth.SignatureKey]
api_key="Verify Key"
key1="Merchant ID"