Adyen Payment 8.0.0
- Removed dependency to de.hybris.platform.commercefacades.user.converters.populator.AddressPopulator #211
- [PW-3106]: Updated Adyen Java Library to version 9.0.0 #212
- [PW-3134]: Klarna - fix for guest shoppers #213
- [PW-2721]: Added MBWay payment method / Moved components to summary page #216
- [PW-3432]: Samesite cookie fix #217
- [PW-3503]: Fix for mobile browsers #218
Notes:
- A SameSite cookie handler was added to fix issues that occurred as consequence of how newer browsers handle this cookie attribute. Please refer to README file for an explanation on what issues were detected and how to activate the handler to fix them.
- Adyen Checkout components that were shown on
selectPaymentMethodPage
were moved tocheckoutSummaryPage
, allowing user to read and agree with "Terms and Conditions" before placing an order. This affects all payment methods that use components, currently Paypal and MB Way.