Skip to content

4.2.0

Compare
Choose a tag to compare
@spryker-release-bot spryker-release-bot released this 02 Feb 13:12
· 147 commits to master since this release
b7d92e8

Included commits: 4.1.0...4.2.0

Improvements

  • Adjusted PayoneFacadeInterface::capturePayment(), PayoneFacadeInterface::executePartialRefund() and PayoneFacadeInterface::refundPayment() so now they distribute prices for order items and expenses depending on a payment method when an order has more than one payment method.
  • Impacted CaptureCommandPlugin, CaptureWithSettlementCommandPlugin, PartialCaptureCommandByOrderPlugin, and RefundCommandPlugin with facade changes.
  • Introduced Expense, Item and Totals transfers.
  • Introduced Order.expenses, Order.items, Order.payments, Order.totals, Payment.paymentProvider and Payment.amount transfer properties.
  • Removed Installer module from dependencies.
  • Removed Log module from dependencies.