Skip to content

Releases: AltaPay/api-php

3.1.0

19 Oct 12:11
55db135

Choose a tag to compare

Added

  • Support for installation and autoloading via composer
  • Document all function arguments
  • Added DynamicJavascriptUrl on PensioCreatePaymentRequest
  • The previous exception is now forwarded

Changed

  • Split ResponseSerializer serialize() and serializeChildren()

Fixes

  • Better handle invalid responses
  • Corrected remaining warning messages
  • Corrected all types in code DocBlocks
  • Correctly handle non-US-ASCII symbols
  • Make sure all exceptions have a message

v3.0.0

30 Sep 10:11

Choose a tag to compare

Changes

  • Rebranded back to AltaPay
  • Corrected dependencies
  • ResponseInfo::getRegisteredAddress() will now return null when no address was set
  • Package content has been reduced in size

Fixes

  • Errors will now be Altapay\Exceptions\ClientException instead of Guzzle exceptions
  • Corrected some warning messages
  • Corrected some types in code DocBlocks

v2.1.0

30 Sep 17:41

Choose a tag to compare

Added

  • Klarna Payments parameters to the Create payment request, and the Capture and refund
  • Parse more credit card details

Changed

  • Removed the restriction where "taxPercent" and "taxAmount" could be used
  • Set the POST method as default
  • Update code style

v2.0.0

30 Sep 17:38

Choose a tag to compare

Changed

  • Rebranding from Altapay to Valitor

v1.8.0

30 Sep 17:37

Choose a tag to compare

Added

  • Add merchant error message in the release reservation response

Fixed

  • Norwegian language not always automatically converted

v1.7.0

30 Sep 17:36

Choose a tag to compare

Change

  • Update the allowed languages

Fixes

  • Make payment requests as POST requests by default

v1.6.3

30 Sep 17:14
aeea088

Choose a tag to compare

Change

  • Update the allowed languages

v1.6.2

30 Sep 17:15

Choose a tag to compare

Added

  • Setup subscription changes

v1.6.1

30 Sep 17:16
e918ebf

Choose a tag to compare

Changes

  • Allow changing type on a setup subscription

v1.6.0

30 Sep 17:17
c241ab9

Choose a tag to compare

Added

  • IsTokenized field to the Transaction class

Fixes

  • Compatibility with PHP 7.2