feat(connector): add dispute webhooks for Stripe (#918)

This commit is contained in:
Shankar Singh C
2023-05-03 02:34:02 +05:30
committed by GitHub
parent c31b4b41c2
commit 0df2244794
14 changed files with 352 additions and 106 deletions

View File

@ -880,6 +880,7 @@ impl From<AttemptStatus> for IntentStatus {
frunk::LabelledGeneric,
ToSchema,
)]
#[serde(rename_all = "snake_case")]
pub enum DisputeStage {
PreDispute,
#[default]
@ -901,6 +902,7 @@ pub enum DisputeStage {
frunk::LabelledGeneric,
ToSchema,
)]
#[serde(rename_all = "snake_case")]
pub enum DisputeStatus {
#[default]
DisputeOpened,