Skip to content

Commit

Permalink
Add abandon-scheduled-payments rule action (#1875)
Browse files Browse the repository at this point in the history
  • Loading branch information
i-yasko authored Apr 22, 2024
1 parent 261d2a9 commit fbea3a3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions openapi/components/schemas/RuleAction.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ type: object
discriminator:
propertyName: name
mapping:
abandon-scheduled-payments: ./RuleActionAbandonScheduledPayments.yaml
add-risk-score: ./RuleActionAddRiskScore.yaml
adjust-ready-to-pay: ./RuleActionAdjustReadyToPay.yaml
adjust-ready-to-payout: ./RuleActionAdjustReadyToPayout.yaml
Expand Down Expand Up @@ -38,6 +39,7 @@ properties:
type: string
description: Name of the action.
enum:
- abandon-scheduled-payments
- add-risk-score
- adjust-ready-to-pay
- blocklist
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
description: Abandon scheduled payments for an order that exceeds the configured delinquency period.
allOf:
- $ref: ./RuleAction.yaml

0 comments on commit fbea3a3

Please sign in to comment.