What's Changed
- [NEW FEATURE | BC BREAK]
TransactionCreate
Object added: The objectDachcomDigital\Payum\PostFinance\Flex\Transaction\Transaction
now provides agetTransactionCreateObject
method, which gives you full control over the transaction data.
Therefor we've removed several methods within theTransaction
object itself.
Use to theTransactionCreate
object directly, to add additional data.- Removed methods:
(get|set)AllowedPaymentMethodBrands
(get|set)AllowedPaymentMethodConfigurations
(get|set)ShippingAddress
(get|set)BillingAddress
- Signature of
transaction_extender
within the paymentdetails
has changed:transactionCreate
addedallowedPaymentMethodBrands
,allowedPaymentMethodConfigurations
,shippingAddress
,billingAddress
removed
- Removed methods:
Full Changelog: v1.3.0...v2.0.0