- Replace a few instances of ``datetime.now`` with ``timezone.now`` to fix naive datetime warnings.
4.0.1
- Fix bug in Internationalization string interpolation
4.0.0
- Use Cybersource SOAP API for performing card authorizations - Support Bluefin encrypted card entry / swipe devices. - Improve Internationalization
3.5.0
- Make payment methods create separate ``payment.Source`` objects per Reference number (`!7 <https://gitlab.com/thelabnyc/django-oscar/django-oscar-cybersource/merge_requests/7>`_). - Fix pate parsing bug which occurs during a spring-time daylight savings time transition.
3.4.1
- Fix bug with missing payment token fields on REVIEW replies.
3.4.0
- Adds support for ``django-oscar-api-checkout>=0.4.0`` - Fix error handling behavior in CyberSourceReplyView which often times lead to infinite loops.