* Use correct 'is not None' comparison
* Add Create plan
* Better type hints
* Add list subscription users endpoint
**Internal**
* Add refund_payment and note about mocked test
* Make sure pytest-mock is installed for tox tests
* Add generate_license_mocked test
* Add mock tests along side manual_cleanup tests
* Send datetime and date to validators in normal test run
* Use datetime.now instead of uuid in tests
* Update CONTRIBUTING with manual_cleanup info