Skip to content

Releases: onpayio/php-sdk

1.0.36

29 Oct 11:21

Choose a tag to compare

  • Bumped minimum version of PHP supported, to 7.4
  • Fixed typing bug in PaymentWindow object

1.0.35

01 Oct 09:46

Choose a tag to compare

  • Add input validation for transaction identifiers to prevent invalid API calls
  • Add input validation and unit tests for SubscriptionService methods
  • Added new cart parameters to payment creation objects

1.0.34

07 Mar 09:59

Choose a tag to compare

  • Add surcharge fields to payment create API calls

1.0.33

24 Feb 10:34

Choose a tag to compare

  • Added full test of Oauth2 in API client
  • Fix user agent being set incorrectly in get requests
  • Add support for surcharge
  • Integrated Oauth2 client fully into SDK
  • Raised timeout of curl client to 30 seconds

1.0.30

05 Aug 07:29
153966d

Choose a tag to compare

  • Allow a broader selection of characters in cartinfo account id
  • Added direction parameter to transaction and subscription lists
  • Added missing enum for Klarna

1.0.29

04 Mar 09:08
27114bf

Choose a tag to compare

  • Added Klarna method

1.0.28

20 Dec 14:21
4723faf

Choose a tag to compare

  • Added user agent to get requests as well like with posts seen in #82

1.0.27

20 Dec 08:40
5763919

Choose a tag to compare

  • Added custom user agent to header of API calls, and let window platform inherit this value if not otherwise set (#82)

1.0.26

20 Sep 07:45
22b896e

Choose a tag to compare

  • Add transaction creation from subscription flag in payment creation trough API

1.0.25

22 Feb 10:03
7e55467

Choose a tag to compare

  • Updated readme with info about htmlentity escaping field values.
  • Added check for negative values in paymentWindow Cart object.
  • Allow whitespace and hyphen characters in PostalCode fields in PaymentInfo object.