Skip to content

Releases: sveawebpay/php-checkout

1.8.0

Choose a tag to compare

@alexanderwiden95 alexanderwiden95 released this 25 Jun 07:06
935a850
  • Added HMAC verification methods for incoming webhooks

1.7.1

Choose a tag to compare

@Marwzoor Marwzoor released this 20 Feb 13:26
  • Update timeout limit to 15 seconds in curl

Full Changelog: 1.7.0...1.7.1

1.7.0

Choose a tag to compare

@alexanderwiden95 alexanderwiden95 released this 05 Feb 10:58
d6314ff
  • Set a new timeout limit for 5 seconds in curl (can be changed by defining SVEA_CHECKOUT_API_TIMEOUT)
  • Enable CURLOPT_SSL_VERIFYPEER

1.6.0

Choose a tag to compare

@alexanderwiden95 alexanderwiden95 released this 30 Jun 13:03
d184c94

Added support to change payment method

1.5.3

Choose a tag to compare

@alexanderwiden95 alexanderwiden95 released this 13 Nov 10:20
6241c3f

Add validation argument to update order call

1.5.2

Choose a tag to compare

@Marwzoor Marwzoor released this 17 Oct 12:51

Handle both single and multiple new credit order rows

1.5.1

Choose a tag to compare

@Marwzoor Marwzoor released this 17 Oct 12:26
  • Remove requirement for NewCreditRow

1.5.0

Choose a tag to compare

@alexanderwiden95 alexanderwiden95 released this 25 Oct 09:45
ad667b9

New feature: Tokens and orders created from tokens (recurring payments)

  • Create order with token
  • Update token

Added ability to deliver with lower amount (thanks @ivanruzak)
Updated docs and examples with tokens

1.4.0

Choose a tag to compare

@alexanderwiden95 alexanderwiden95 released this 02 Feb 14:11
07f3922

Allow shipping information to be updated

1.3.1

Choose a tag to compare

@alexanderwiden95 alexanderwiden95 released this 10 Jan 06:47
73c58e6

Removed the unused property "type" from examples and unit tests.