changelogs.md


ageumatheus/django-proxypay

Repository  -  API  -  Source

1.3.1

  • Change ugettext_lazy to gettext_lazy in Reference model.

1.3.0

  • creating references from admin site
  • upgrade, see README.md file
  • fixed circular import

1.2.5

  • watch payment, confirmation from key uuid

1.2.1

  • watch payment, get reference id from custom fields

1.2.0

  • Checking the status (unpaid, not expired) of the reference before creating

1.1.2

  • Updating expired reference from reference instance
  • Best acknowledge payment on mock payment

1.1.1

  • added paid_at field on Model Reference

1.1.0

  • 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)

1.0.2

  • Add expires_in property on proxypay.models.Reference model

1.0.1

  • Just update the docs

1.0.0

  • Initial release
  • Creating Reference
  • Watch payments from Proxypay API Webhooks
  • Mock Payment, for development tests
  • Admin base management, just listing the references