feature(connector): add support for worldline connector (#374)

This commit is contained in:
Arjun Karthik
2023-01-16 18:23:44 +05:30
committed by GitHub
parent d01634891e
commit a16fc653cf
15 changed files with 1390 additions and 1 deletions

View File

@ -242,6 +242,8 @@ pub enum ConnectorError {
WebhookEventTypeNotFound,
#[error("Incoming webhook event resource object not found")]
WebhookResourceObjectNotFound,
#[error("Invalid Date/time format")]
InvalidDateFormat,
}
#[derive(Debug, thiserror::Error)]