Releases: sveawebpay/php-integration
Releases · sveawebpay/php-integration
3.14.1
Make the URLs for identification optional
3.14.0
Enable Navigation to be set via
$svea_order->setIdentificationConfirmationUrl('https://my.url')
->setIdentificationRejectionUrl('https://my-other.url');
3.13.1
- Validate DeliveryId as int64
3.13.0
- Add support for electronic id authentication on checkout orders
3.12.1
- Check if quantity is numeric instead of int or float in order validator
3.12.0
- Swish support
- Fixed broken integration tests
3.11.2
- Set amountIncVat on QueryTransactionResponse
(Release 100! Woo!)
3.11.1
- Handle negative amounts in calculateVatPercentFromVatAndAmount method correctly
- Add separate version file
- Remove unused class
- Remove useless steps from recurorder example
3.11.0
- PaymentPlanPricePerMonth now considers payment free months
- New method "setMerchantData" which can be used on checkout orders and checkout order rows to add any data you wish. The data is stored and retrievable from Svea for 45 days
- New helper class "PaymentPlanCampaign", see section 9.1 in readme for more information
3.10.1
- Fixed exception thrown in PaymentPlanPricePerMonth