** New Features and Improvements **
- Add compatibiltiy with Symfony 5.4.
- feat: add paymentMethod to Adyen payments
- fix(FP-1582): include missing fields for Adyen afterpay
- fix: Tell symfony to ignore our swagger annotations
- feat: Pass on state to adyen, if available
- fix: Fix the parent construct on AdyenController to CartController
chore: increased catwalk library version requested
- chore(FP-91) Revert CartApiController is used by AdyenController too, refactored AdyenController
- fix: Remove phpcpd from all projects
- fix: remove useless null check
- feat: pass session id as query parameter to adyen redirect URL
- fix: remove hardcoded test environment from adyen
- feat: enable adyen payment integration to be usable for live environment
- feat: enable adyen payment integration to be usable for live environment
- fix: don’t throw on missing additional config
- feat: allow additional payment config for adyen
- feat: update Adyen PHP SDK
- feat: include amount in payment configuration
- feat: allow changing Adyen environment
- feat: include field for CC holder name for Adyen
- feat: include additional data in Adyen payment request
- fix: make browserInfo optional for Adyen
- fix: removed fixed territory on Adyen integration
- feat: requested minimum version of catwalk library
- feat(fp-90): catwalk controllers (#580)
- chore: Update PHPUnit xsd versions and formatting
- fix: Remaining dependencies to work with common 2.0
- fix: Set composer platform to PHP 7.4
- fix: Increased Adyen PHP version requirements
- chore: Back to PHPUnit 7 – 8 does not run at all with 7.2
- chore: Updated payment/adyen to 7.4
- fix: don't use the JSON encoder for Adyen results
- feat: use clientKey for additional adyen details
- feat: requested minimum version of catwalk library
- !feat(fp-90) catwalk controllers (#580)
- chore: Update PHPUnit xsd versions and formatting
- fix: Remaining dependencies to work with common 2.0
- fix: Set composer platform to PHP 7.4
- fix: Increased Adyen PHP version requirements
- chore: Back to PHPUnit 7 – 8 does not run at all with 7.2
- chore: Updated payment/adyen to 7.4
- fix: don't use the JSON encoder for Adyen results
- feat: use clientKey for additional adyen details
- Initial release