What's Changed
New Features 💎
- [ECP-9277-v3] Add support for Billie Payment Method by @SushmitaThakur in #519
Fixes ⛑️
- [ECP-9206-v3] Adyen related tables missing for giftcard payments on admin panel by @SushmitaThakur in #506
- [ECP-9226-v3] Update syntax for default value in alter table in migration by @SushmitaThakur in #507
Other Changes 🖇️
- [ECP-9250] Support new Ideal payment flow by @candemiralp in #503
- Prepare release v3.16.0 by @RokPopov in #522
Additiona instructions for new iDeal implementation:
In TEST environment, if you already have iDEAL added as a payment method, you are probably using the acquirer account iDealSim. This is the simulator for the old flow and will break with this new feature.
Solution: add iDEAL in Customer Area again and make sure the acquirer account added this time is AdyenIdeal. This is the acquirer account for the new flow.
Note: in LIVE, the change to the new flow works ootb, no change in payment method setup in Customer Area required.
Known issue
If frontend assets are not loaded after upgrade, please run bin/build-storefront.sh
command from the root directory of your Shopware installation to generate all frontend javascript assets
Full Changelog: 3.15.0...3.16.0