Skip to content

Releases: dachcom-digital/payum-postfinance-flex

v2.0.0

21 Jan 13:29
362fde3
Compare
Choose a tag to compare

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

v1.3.0

21 Oct 17:15
4ae3995
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.2.0...v1.3.0

v1.2.0

12 Aug 08:43
ac2cb26
Compare
Choose a tag to compare
Merge pull request #8 from dachcom-digital/total_tax

update deps, added totalTax to transaction extender

v1.1.0

27 May 14:48
7bb11eb
Compare
Choose a tag to compare
Merge pull request #6 from dachcom-digital/payment_methods

add allowedPaymentMethodConfigurations option config

v1.0.0

31 Mar 11:01
Compare
Choose a tag to compare
add readme