refactor(connector): remove payment experience from Not Supported Payment Methods error (#1937)

This commit is contained in:
Swangi Kumari
2023-08-16 15:08:18 +05:30
committed by GitHub
parent 03776fd2f8
commit c5cf029d1f
21 changed files with 2 additions and 44 deletions

View File

@ -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 },