Skip to content

Commit 2c566c7

Browse files
committed
fix errors
1 parent 340364f commit 2c566c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend/connector-integration/src/connectors/xendit/transformers.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -383,7 +383,7 @@ impl<T: PaymentMethodDataTypes + std::fmt::Debug + Sync + Send + 'static + Seria
383383
payment_method_id: None,
384384
channel_properties: None,
385385
}),
386-
_ => Err(errors::ConnectorError::NotImplemented(
386+
_ => Err(ConnectorError::NotImplemented(
387387
get_unimplemented_payment_method_error_message("xendit"),
388388
)
389389
.into()),

0 commit comments

Comments
 (0)