Patreon / patreon-python

Interact with the Patreon API via OAuth
Apache License 2.0
122 stars 33 forks source link

'declined_since' attribute inconsistent w/Patreon Manager #24

Open hate5six opened 6 years ago

hate5six commented 6 years ago

I've found a number of users who, according to the Patreon Manager, have their Status set to 'Declined' but when using this API to query the database the pledge attribute 'declined_since' for these users is None.

This is making it hard for me to guarantee that my backend database is consistent with what Patrons are actually active (according to the Patreon Manager).

ghost commented 6 years ago

I am having the same issue. Old patreons from 2017 are showing None when querying from the API while Manager shows correctly.