4.2.0
·
147 commits
to master
since this release
Included commits: 4.1.0...4.2.0
Improvements
- Adjusted
PayoneFacadeInterface::capturePayment()
,PayoneFacadeInterface::executePartialRefund()
andPayoneFacadeInterface::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
, andRefundCommandPlugin
with facade changes. - Introduced
Expense
,Item
andTotals
transfers. - Introduced
Order.expenses
,Order.items
,Order.payments
,Order.totals
,Payment.paymentProvider
andPayment.amount
transfer properties. - Removed Installer module from dependencies.
- Removed Log module from dependencies.