Skip to content

Releases: sveawebpay/php-integration

3.14.1

09 Oct 12:19
cb2e91f
Compare
Choose a tag to compare

Make the URLs for identification optional

3.14.0

28 Sep 08:12
bb26d69
Compare
Choose a tag to compare

Enable Navigation to be set via

$svea_order->setIdentificationConfirmationUrl('https://my.url')
    ->setIdentificationRejectionUrl('https://my-other.url');

3.13.1

14 Sep 17:37
Compare
Choose a tag to compare
  • Validate DeliveryId as int64

3.13.0

19 Feb 06:41
Compare
Choose a tag to compare
  • Add support for electronic id authentication on checkout orders

3.12.1

09 Feb 20:32
Compare
Choose a tag to compare
  • Check if quantity is numeric instead of int or float in order validator

3.12.0

29 Nov 15:36
Compare
Choose a tag to compare
  • Swish support
  • Fixed broken integration tests

3.11.2

12 Sep 09:26
Compare
Choose a tag to compare
  • Set amountIncVat on QueryTransactionResponse

(Release 100! Woo!)

3.11.1

11 Sep 12:53
Compare
Choose a tag to compare
  • Handle negative amounts in calculateVatPercentFromVatAndAmount method correctly
  • Add separate version file
  • Remove unused class
  • Remove useless steps from recurorder example

3.11.0

19 Jun 20:52
Compare
Choose a tag to compare
  • 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

10 May 13:28
Compare
Choose a tag to compare
  • Fixed exception thrown in PaymentPlanPricePerMonth