fix: move connector_refund_id to request (#445)

This commit is contained in:
Nishant Joshi
2023-01-22 13:41:11 +05:30
committed by GitHub
parent da6a026ef7
commit d653fed773
13 changed files with 38 additions and 30 deletions

View File

@ -237,6 +237,8 @@ pub enum ConnectorError {
NotImplemented(String),
#[error("Missing connector transaction ID")]
MissingConnectorTransactionID,
#[error("Missing connector refund ID")]
MissingConnectorRefundID,
#[error("Webhooks not implemented for this connector")]
WebhooksNotImplemented,
#[error("Failed to decode webhook event body")]