- Support flagging authorizations for review with Decision Manager - Transactions under review are marked with status `REVIEW`. - Adds new boolean property to payment.Transaction model: `transaction.is_pending_review`. - When handling an authorization that is pending review in Decision Manager, a note is added to the order.
3.0.5
- Fix IntegrityError sometimes thrown when processing a declined payment.
3.0.4
- Fix exception from typo in record_declined_authorization.
3.0.3
- Fix case-mismatch of payment source types.
3.0.2
- Add data migration to populate `CyberSourceReply.order` on rows from before 3.0.1.
3.0.1
- Added foreign key from `cybersource.CyberSourceReply` from `order.Order`.