mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-11-02 12:06:56 +08:00
feat(connector): Integrate PAZE Wallet (#6030)
This commit is contained in:
@ -133,6 +133,11 @@ where
|
||||
message: "Apple Pay Decrypt token is not supported".to_string(),
|
||||
})?
|
||||
}
|
||||
types::PaymentMethodToken::PazeDecrypt(_) => {
|
||||
Err(errors::ApiErrorResponse::NotSupported {
|
||||
message: "Paze Decrypt token is not supported".to_string(),
|
||||
})?
|
||||
}
|
||||
};
|
||||
Some((connector_name, token))
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user