Skip to content

Releases: sveawebpay/php-integration

3.16.2

Choose a tag to compare

@alexanderwiden95 alexanderwiden95 released this 07 Jul 08:37
f12085b
  • Better php compatibility

3.16.1

Choose a tag to compare

@Marwzoor Marwzoor released this 14 Jul 14:44
  • Fix: Unset row type to prevent errors in validation.

Full Changelog: 3.16.0...3.16.1

3.16.0

Choose a tag to compare

@alexanderwiden95 alexanderwiden95 released this 26 Jun 08:40
deda4e9

Feature:
Added RowType to items

3.15.0

Choose a tag to compare

@alexanderwiden95 alexanderwiden95 released this 24 Jan 07:47
  • Added support for PayerAlias
  • Added new payment methods
    • SWISH
    • SWISH_PF
    • VIPPS
    • MOBILEPAY
    • TRUSTLY

3.14.1

Choose a tag to compare

@alexanderwiden95 alexanderwiden95 released this 09 Oct 12:19
cb2e91f

Make the URLs for identification optional

3.14.0

Choose a tag to compare

@alexanderwiden95 alexanderwiden95 released this 28 Sep 08:12
bb26d69

Enable Navigation to be set via

$svea_order->setIdentificationConfirmationUrl('https://my.url')
    ->setIdentificationRejectionUrl('https://my-other.url');

3.13.1

Choose a tag to compare

@fre-sund fre-sund released this 14 Sep 17:37
  • Validate DeliveryId as int64

3.13.0

Choose a tag to compare

@fre-sund fre-sund released this 19 Feb 06:41
  • Add support for electronic id authentication on checkout orders

3.12.1

Choose a tag to compare

@fre-sund fre-sund released this 09 Feb 20:32
  • Check if quantity is numeric instead of int or float in order validator

3.12.0

Choose a tag to compare

@fre-sund fre-sund released this 29 Nov 15:36
  • Swish support
  • Fixed broken integration tests