Skip to content

Commit

Permalink
Add FAILED payment status (#25)
Browse files Browse the repository at this point in the history
  • Loading branch information
cscetbon committed Dec 27, 2020
1 parent 7862739 commit 17649ac
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions venmo_api/models/payment.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,3 +66,4 @@ class PaymentStatus(Enum):
SETTLED = 'settled'
CANCELLED = 'cancelled'
PENDING = 'pending'
FAILED = 'failed'

0 comments on commit 17649ac

Please sign in to comment.