mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-28 04:04:55 +08:00
feat(router): add support for Samsung Pay payment method (#5955)
This commit is contained in:
@ -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}")]
|
||||
|
||||
Reference in New Issue
Block a user