We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 340364f commit 2c566c7Copy full SHA for 2c566c7
backend/connector-integration/src/connectors/xendit/transformers.rs
@@ -383,7 +383,7 @@ impl<T: PaymentMethodDataTypes + std::fmt::Debug + Sync + Send + 'static + Seria
383
payment_method_id: None,
384
channel_properties: None,
385
}),
386
- _ => Err(errors::ConnectorError::NotImplemented(
+ _ => Err(ConnectorError::NotImplemented(
387
get_unimplemented_payment_method_error_message("xendit"),
388
)
389
.into()),
0 commit comments