feat(connector): Integrate PAZE Wallet (#6030)

This commit is contained in:
DEEPANSHU BANSAL
2024-10-08 18:47:59 +05:30
committed by GitHub
parent 86a43b9bc4
commit 535f2f12f8
67 changed files with 836 additions and 84 deletions

View File

@ -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 {