paddle-client icon indicating copy to clipboard operation
paddle-client copied to clipboard

Add 'deleted' state in _subscription_users.py

Open TheTechAlchemist opened this issue 3 years ago • 0 comments

Hello,

as documented in https://developer.paddle.com/api-reference/subscription-api/users/listusers and https://developer.paddle.com/reference/platform-parameters/event-statuses , there is also the "deleted" status - useful to retrieve informations about cancelled subscriptions.

At the moment is impossible to call the list_subscription_users() function with state='deleted', because it's not listed in the states list on line 25 of _subscription_users.py

Can you please add it?

Thank you

TheTechAlchemist avatar Jan 04 '22 16:01 TheTechAlchemist