Skip to content

Releases: KentaaNL/docdata-order

v2.4.1

14 Nov 15:52

Choose a tag to compare

  • Fix: use lazy initialization for Docdata::Order.config to ensure Rails logger loads correctly.

Full Changelog: v2.4.0...v2.4.1

v2.4.0

14 Nov 09:59

Choose a tag to compare

  • Allow setting global configuration options to customize logger output and HTTP timeouts.
  • Add Ruby 3.5 to CI.
  • Drop support for Ruby < 3.2.

Full Changelog: v2.3.0...v2.4.0

v2.3.0

31 Mar 08:25

Choose a tag to compare

  • Make issuer_id optional in StartRequest in order to support iDEAL v2.
  • Add Ruby 3.3 and 3.4 to CI.
  • Drop support for Ruby 2.7.

Full Changelog: v2.2.0...v2.3.0

v2.2.0

23 Jan 12:27

Choose a tag to compare

  • Catch all Savon::Error exceptions and raise a Docdata::Order::Exception.
  • Added methods to retrieve authorized amount/currency and exchanged currency to Docdata::Order::ExtendedStatusResponse.
  • Drop support for Ruby 2.4, 2.5 and 2.6.

v2.1.0

16 Jul 12:41

Choose a tag to compare

  • Added payment method Giropay.

v2.0.0

10 May 12:48

Choose a tag to compare

  • Added support for retrieving payment methods (including issuers) for an order.
  • Added support for refunding payments.
  • Added support for initial/recurring payment requests.
  • Added support for subject merchants and sending fees in create order.
  • Added payment methods Maestro, Bancontact & Sofort.
  • Changed account_iban/bic/name to consumer_iban/bic/name.
  • Removed Docdata::Order::Ideal.
  • Dropped support for Ruby 2.3.