What's changed in Unzer

Edit on GitHub

June 14th, 2022

This release contains one module, Unzer

Public release details

Breaking changes

The following changes have been made:

  • Added new required transfer fields for UnzerFacade::executeChargeOmsCommand(). Impacted UnzerChargeCommandByOrderPlugin with facade changes.
  • Added new required transfer fields for UnzerFacade::executeRefundOmsCommand(). Impacted UnzerRefundCommandByOrderPlugin with facade changes.
  • Introduced the spy_payment_unzer_shipment_charge table.

Improvements

The following improvements have been made:

  • Adjusted UnzerFacade::executeChargeOmsCommand() so shipment costs are correctly calculated while charge. Impacted UnzerChargeCommandByOrderPlugin with facade changes.
  • Adjusted UnzerFacade::executeRefundOmsCommand() so shipment costs are correctly calculated while refund. Impacted UnzerRefundCommandByOrderPlugin with facade changes.
  • Introduced PaymentUnzerShipmentCharge transfer object.
  • Introduced UnzerCharge.chargedSalesShipmentIds transfer field.

June 6th, 2022

The initial release of the Unzer integration. This release contains four modules:

Public release details