Releases: sveawebpay/php-checkout
Releases · sveawebpay/php-checkout
Release list
1.8.0
1.7.1
- Update timeout limit to 15 seconds in curl
Full Changelog: 1.7.0...1.7.1
1.7.0
- 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
Added support to change payment method
1.5.3
Add validation argument to update order call
1.5.2
1.5.1
1.5.0
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
Allow shipping information to be updated
1.3.1
Removed the unused property "type" from examples and unit tests.