Releases: sveawebpay/php-checkout
Releases · sveawebpay/php-checkout
1.5.3
Add validation argument to update order call
1.5.2
Handle both single and multiple new credit order rows
1.5.1
- Remove requirement for NewCreditRow
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.
1.3.0
- Add ability to replace order rows
- Add rowCreditingOptions
- Add rowDeliveryOptions
- Add ability to credit with a fee
1.2.3
- Handle parameters in api url as strings instead of integers
1.2.2
- Handle 64-bit numeric confirmations in 32-bit environment when checking integer data type in validation service
1.2.1
- Force dev dependencies to use non-vunerable version of "symfony/dependency-injection"