mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-11-07 23:48:49 +08:00
refactor(connector): remove payment experience from Not Supported Payment Methods error (#1937)
This commit is contained in:
@ -263,7 +263,6 @@ pub enum ConnectorError {
|
||||
NotSupported {
|
||||
message: String,
|
||||
connector: &'static str,
|
||||
payment_experience: String,
|
||||
},
|
||||
#[error("{flow} flow not supported by {connector} connector")]
|
||||
FlowNotSupported { flow: String, connector: String },
|
||||
|
||||
Reference in New Issue
Block a user