Skip to content

Releases: StemboltHQ/solidus-adyen

v1.0.0

28 Jun 15:44
Compare
Choose a tag to compare

Breaking changes

  • drop support for SHA1, replace with support for SHA256
    As of July 2016 Adyen no longer supports version one HPP skins which used SHA1, please update your skins to work with SHA256 in the Adyen Customer Portal.
  • Spree::Adyen::Form is renamed to Spree::Adyen::HPP
    if you injected custom params into the form it should continue to work so long as you fix the constant name, but wholesale replacement of form params will not as additional fields are required for SHA256

Fixes

  • minor fixes for paypal

Changes to payment creation timing

13 Nov 07:13
Compare
Choose a tag to compare

0.2.1 brings some preventive measures to make sure payments are recorded, even in the event of a user not being successfully redirected back to the store due to external problems.

  • Payments are created when the auth notification is received, if the payment wasn't already created by a user being redirected.
  • HppController not inherits from Spree::StoreController.

v0.1.2: Load order with guest token

09 Nov 19:13
Compare
Choose a tag to compare

Fixes:

  • load the order via guest token on order completion
  • display the correct translation on order completion
  • load the correct payment method when creating payments

v0.1.1

06 Nov 03:15
Compare
Choose a tag to compare
  • fixes issue where the order was not correctly loaded upon redirect after order completion.