feat(router): add support for Samsung Pay payment method (#5955)

This commit is contained in:
Shankar Singh C
2024-09-20 16:56:24 +05:30
committed by GitHub
parent 5335f2d21c
commit fe15cc79f5
27 changed files with 997 additions and 46 deletions

View File

@ -41,6 +41,8 @@ pub enum ConnectorError {
FailedToObtainCertificate,
#[error("Connector meta data not found")]
NoConnectorMetaData,
#[error("Connector wallet details not found")]
NoConnectorWalletDetails,
#[error("Failed to obtain certificate key")]
FailedToObtainCertificateKey,
#[error("This step has not been implemented for: {0}")]