mmohades / Venmo

Venmo API client for Python
GNU General Public License v3.0
145 stars 43 forks source link

Add expired status for paymentStatus #27

Closed hanerd closed 3 years ago

hanerd commented 3 years ago

Requests for payment time out after 31 (?) days and have a status of "expired.".

If you have an expired payment in your history, get_pay_payments method errors out with ValueError: 'expired' is not a valid PaymentStatus.

Adding the enum for expired payments resolves this.

Fixes: #28