Version 1.0.8

August 24, 2021

Fixed

  • Fixed a call to Laravel helper methods that sometimes failed due to composer dependency issues

Version 1.0.7

March 3, 2021

This release fixes a issue with completed orders not being marked as paid, so upgrading is strongly recommended.

Added

  • Now sends the Merchant-Serial-Number header on all requests by default

Fixed

  • Fixed deprecated shipping methods call
  • Fixed exception when capture was happening on status change and a transaction couldn't be found
  • Fix wrong JSON response when returning from Vipps and a order already was paid
  • Fix wrong method being used to complete order on successful payment. This could lead to orders being marked as not paid.
  • Fixed deprecated query builder method
  • Fixed type parity when comparing paid amount and order total (#43)

Version 1.0.6

November 19, 2020

Fixed

  • Fixed missing method error when capturing a transaction

Version 1.0.5

November 15, 2020

Fixed

  • Fixed PSR-4/Composer 2 compatibility
  • Fixed some faulty namespace references

Version 1.0.4

September 10, 2020

Added

  • Added errorFallbackUrl so you can differentiate between payment errors/cancellation and successful payments
  • Added plugin info to default request headers

Changed

  • Started initial translation work
  • Removed tightenco/collect dependency
  • Changed craftcms/commerce dependency to ^3.0

Fixed

  • Added parsing of environment variable for access token request

Version 1.0.3

March 27, 2020

Changed

  • If there is a discrepancy between paid amount in Vipps and Commerce, it will now use the order total if the discrepancy is less than 0.10

Fixed

  • Fixed marking order as completed on Express callback
  • Fixed class param for express checkout links
  • Fixed payment amount for successful express transactions
  • Fixed missing address lines on Express payment that made status update fail silently
  • Fixed JS event issue when there is multiple buttons
  • Fixed error check on gateway response
  • Fixed error when calling API through console commands

Added

  • Added Twig params to express button
  • Added better error handling in shipping callback

Version 1.0.2

June 10, 2019

Fixed

  • Fixed error with wrong status type in Commerce 2.1 when redirecting to Vipps

Version 1.0.1

February 26, 2019

Fixed

  • Fixed payment request when no phone number is set
  • Fixed error message for payment request

Version 1.0.0

February 26, 2019

Added

  • Initial release