- do not check whether a confirmed payment of a completed order is left anymore
- migrate to RecurringUserPlan.renewal_triggered_by
- add renewal_triggered_by parameter to Payment.set_renew_token
- deprecate automatic_renewal parameter of Payment.set_renew_token; use renewal_triggered_by parameter instead
- deprecate None value of renewal_triggered_by parameter of Payment.set_renew_token; set an AbstractRecurringUserPlan.RENEWAL_TRIGGERED_BY instead
- fix typo in payment description
- add optional returning orders when payments are refunded
- add change_reason for django-simple-history
- specify sender=Payment for change_payment_status receiver
- bugfix release (fix prevoius bad release)
- add some indexes to Payment model
- reword Payment description to ommit word "Subscribtion" which might raise warnings for banks/card providers
- correction release, include wheel update, correctly rebase to master
- Fix transaction fee double counting
- Fix migrations
- Recurring payments functionality
- Payment process without capturing should work
- Automatic buttons generation
- First release on PyPI.