- Add Django 4.0 support
- Add Python ≥ 3.7 and Django ≥ 3.0 CI tests
- Upgrade CI Linux dist to Ubuntu 18.04 (Bionic) for Python 3.10 tests
- Upgrade CI Postgres version to 11 for Django 4.x tests
- Fix bug with payment_method parameter
- Add task for sell_refund request
- Upgrade shortuuid 0.5.0 -> 1.0.1
- Sell method: do not insert empty email or phone
- Support Atol protocol v4 (FFD 1.05)
- Change maximum retry counts for task atol_receive_receipt_report. Now its awaiting report for 29 hours.
- Changed atol_retry_created_receipts and atol_retry_initiated_receipts tasks retry period. Now it will retry receipts from day before yesterday
- AtolAPI.base_url specifying in settings
- Support retried not processed receipt
- Django 2.0 support
- Initial release