Skip to content

Releases: AltaPay/api-php

3.2.4

08 Jul 10:23
0274e63
Compare
Choose a tag to compare

[3.2.4] - 2022-06-14

Added

  • Add PreauthAmount to ReserveSubscriptionResponse
  • Add missing properties from forks

3.2.3

17 Jun 08:04
c1cccc1
Compare
Choose a tag to compare

[3.2.3] - 2022-06-14

Added

  • Added CardInformation parameters for Transaction class

3.2.2

21 Apr 05:58
5b66189
Compare
Choose a tag to compare

[3.2.2] - 2022-04-14

Added

  • Added optional parameters for CardWalletAuthorize class
  • Added setter for Transaction data

3.2.1

07 Apr 05:37
cff595c
Compare
Choose a tag to compare

[3.2.1] - 2022-04-04

Added

  • Added support for the new endpoints for Apple Pay

3.2.0

07 Mar 05:54
7bed3c7
Compare
Choose a tag to compare

[3.2.0] - 2022-03-01

Added

  • Added User-Agent in API call headers
  • Added new properties for ReleaseReservationResponse class
  • Added new property and setter for ChargeSubscriptionResponse class
  • Added support for upto PHP 8.1

3.1.1

04 Nov 16:26
6e6b324
Compare
Choose a tag to compare

Added

  • Added missing setters

Fixes

  • Correctly parse boolean parameters

3.1.0

19 Oct 12:11
55db135
Compare
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
Compare
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
Compare
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
Compare
Choose a tag to compare

Changed

  • Rebranding from Altapay to Valitor