Skip to content

v2.0.0

Latest
Compare
Choose a tag to compare
@solverat solverat released this 21 Jan 13:29
362fde3

What's Changed

  • [NEW FEATURE | BC BREAK] TransactionCreate Object added: The object DachcomDigital\Payum\PostFinance\Flex\Transaction\Transaction
    now provides a getTransactionCreateObject method, which gives you full control over the transaction data.
    Therefor we've removed several methods within the Transaction object itself.
    Use to the TransactionCreate 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 payment details has changed:
      • transactionCreate added
      • allowedPaymentMethodBrands, allowedPaymentMethodConfigurations, shippingAddress, billingAddress removed

Full Changelog: v1.3.0...v2.0.0