Insert new release notes below this line
- Change
ugettext_lazy
togettext_lazy
in Reference model.
- creating references from admin site
- upgrade, see README.md file
- fixed circular import
- watch payment, confirmation from key uuid
- watch payment, get reference id from custom fields
- Checking the status (unpaid, not expired) of the reference before creating
- Updating expired reference from reference instance
- Best acknowledge payment on mock payment
- added paid_at field on Model Reference
- added is_paid field on Model Reference
- Upgrade django dependenci to version 3
- Added JSONField on Reference Model to payment and fields (proxypay custom fields)
- Add
expires_in
property onproxypay.models.Reference
model
- Just update the docs
- Initial release
- Creating Reference
- Watch payments from Proxypay API Webhooks
- Mock Payment, for development tests
- Admin base management, just listing the references