Skip to content

Releases: rabobank-nederland/omnikassa-php-sdk

v1.18.2

Choose a tag to compare

@SrdjanDejanovic SrdjanDejanovic released this 18 Mar 09:13
  • Improved release notes
  • Order status was reverted to /order/server/api/events/results/*
  • Added GH Actions checks for PHP 8.4 and PHP 8.5
  • Added GH Actions windows line ending check

v1.18.1

Choose a tag to compare

@SrdjanDejanovic SrdjanDejanovic released this 20 Jan 10:16
0afd2e1

Added a new SANDBOX_MODE environment variable

1.18.0

Choose a tag to compare

@SrdjanDejanovic SrdjanDejanovic released this 23 Dec 15:22
08c595e

Extended SDK to support Card On File functions.
Merged missing refunds features.
Added example integration with docker setup.

1.17.2

Choose a tag to compare

@ZhenzhongRabo ZhenzhongRabo released this 17 Apr 07:47
db137cc

Added explicit nullable type. This has merged PR

1.17.1

Choose a tag to compare

@ZhenzhongRabo ZhenzhongRabo released this 26 Mar 12:07
b996ea2

Added explicit nullable type

1.17.0

Choose a tag to compare

@ZhenzhongRabo ZhenzhongRabo released this 07 Jun 09:57
b996ea2

Added support for setting the partnerReference id and user agent in the X-Api-User-Agent header.
Added new optional shopperBankstatementReference field to order announcement
Supported Guzzle 7

PHP SDK release v1.16.0

Choose a tag to compare

@wvdiepen wvdiepen released this 27 Oct 04:59
0b8ac8d

Extended SDK to support refunds

PHP SDK release v1.14.0

Choose a tag to compare

released this 15 Feb 15:16
f5c997c
  • Extended SDK to support Sofort as payment brand.

PHP SDK release v1.13.0

Choose a tag to compare

released this 10 Nov 10:43
3a3f5f5
  • Extended SDK to retrieve a list of iDEAL issuers.
  • Extended SDK to allow the iDEAL issuer to be passed in the order announcement.
  • Extended SDK to allow the payment result page (also known as the 'thank-you' oage) to be skipped in the payment process.
  • Extended SDK to allow the name of the customer to be passed in the order announcement.
  • Added support for PHP 8.0.
  • Updated some dependencies to recent versions.

PHP SDK release v1.12.1

Choose a tag to compare

released this 19 Aug 14:29
6c1ccf6

Calling Money::fromDecimal with specific values (e.g. 68.57 or 37.91) would result in a 1 cent difference when rounding. This has been fixed.