mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-30 01:27:31 +08:00
feat(connector): Integrate PAZE Wallet (#6030)
This commit is contained in:
@ -1558,6 +1558,10 @@ pub struct ConnectorWalletDetails {
|
||||
#[serde(skip_serializing_if = "Option::is_none")]
|
||||
#[schema(value_type = Option<Object>)]
|
||||
pub samsung_pay: Option<pii::SecretSerdeValue>,
|
||||
/// This field contains the Paze certificates and credentials
|
||||
#[serde(skip_serializing_if = "Option::is_none")]
|
||||
#[schema(value_type = Option<Object>)]
|
||||
pub paze: Option<pii::SecretSerdeValue>,
|
||||
}
|
||||
|
||||
/// Create a new Merchant Connector for the merchant account. The connector could be a payment processor / facilitator / acquirer or specialized services like Fraud / Accounting etc."
|
||||
|
||||
Reference in New Issue
Block a user