Releases: StemboltHQ/solidus-adyen
Releases · StemboltHQ/solidus-adyen
v1.0.0
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 toSpree::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
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
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