mirror of
				https://github.com/juspay/hyperswitch.git
				synced 2025-10-31 10:06:32 +08:00 
			
		
		
		
	customers: Added ephemeral key authentication for customer retrieve (#89)
This commit is contained in:
		| @ -286,6 +286,8 @@ pub enum ConnectorError { | ||||
|     FailedToObtainAuthType, | ||||
|     #[error("This step has not been implemented for: {0}")] | ||||
|     NotImplemented(String), | ||||
|     #[error("Missing connector transaction ID")] | ||||
|     MissingConnectorTransactionID, | ||||
|     #[error("Webhooks not implemented for this connector")] | ||||
|     WebhooksNotImplemented, | ||||
|     #[error("Failed to decode webhook event body")] | ||||
|  | ||||
		Reference in New Issue
	
	Block a user
	 Kartikeya Hegde
					Kartikeya Hegde