Skip to content

Releases: SwedbankPay/swedbank-pay-woocommerce-core

Version 4.1.1

03 Aug 07:33
04ae7b0

Choose a tag to compare

Changed

  • Add details of failed transactions

Version 4.1.0

24 Jul 06:31
3097420

Choose a tag to compare

Added

  • Partial capture and refund
  • Added createCreditMemo() method
  • Subscriptions: add payment meta and tokens from parent order

Changed

  • Improved processTransaction() method
  • Code optimization

Version 4.0.4

16 Jul 10:09
80556e5

Choose a tag to compare

Added

  • Problem class
  • getProblem() method in Transaction class

Changed

  • Prevent order cancellation if have failed transaction
  • Improved order notes
  • Fixed stock reducing on authorization

Version 4.0.3

13 Jul 12:16
9820ebd

Choose a tag to compare

Changed

  • Fixed order status update in updateOrderStatus()
  • Fixed token saving in savePaymentToken()
  • Logs clean up

Version 4.0.2

05 Jul 10:02
a8e3037

Choose a tag to compare

Changed

  • Fixed order actions of the checkout
  • Fixed: Uncaught Error: Call to a member function getReference() on array

Version 4.0.1

13 Jun 13:49
4672230

Choose a tag to compare

Changed

  • Fixed CC types options

Version 4.0.0

09 Jun 05:29
d79f354

Choose a tag to compare

Added

  • Update Credit card and Checkout methods: use objects from sdk library
  • Add debug logging
  • Filters for product classes
  • Additional filters

Changed

  • Fix Swish description
  • Refund fixes of Checkout
  • Fix transaction id
  • Update tests

v3.0.0

28 Dec 18:37
fffaaed

Choose a tag to compare

  • Code standards improvements
  • Use sdk v4
  • Renamed getMerchantToken() to getAccessToken()

v2.1.0

08 Dec 07:32

Choose a tag to compare

Version 2.1.0

  • Add checkout-draft status
  • Don't change the order status if it was captured before
  • Use $transactionNumber as parameter name
  • Update getOrderStatus. Use unknown order status if needs
  • Update interfaces