mirror of
				https://github.com/juspay/hyperswitch.git
				synced 2025-11-01 02:57:02 +08:00 
			
		
		
		
	feat(connector): [Fiuu] ADD Wasm Configs (#5874)
This commit is contained in:
		| @ -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)] | ||||
|  | ||||
| @ -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" | ||||
|  | ||||
| @ -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" | ||||
|  | ||||
| @ -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" | ||||
|  | ||||
		Reference in New Issue
	
	Block a user
	 awasthi21
					awasthi21