TL;DR:
- Separate Blik aliases for different channels
- Separation of gateway configurations so all configurations are taken into account and can be reliably validated
- Add direct redirects as payment method to allow support for credit payment
- Added possibility to test connection with tpay
What's Changed
- Add channel support for Blik aliases by @coldic3 in #162
- Move Winzou State Machine config to the CompilerPass by @coldic3 in #175
- Add visa mobile option to gateway configuration by @arti0090 in #180
- Update issue templates by @jakubtobiasz in #193
- Introduce the
CardPayment
namespace by @jakubtobiasz in #158 - Introduce the
BlikPayment
namespace by @jakubtobiasz in #198 - Introduce the
PayByLinkPayment
namespace by @jakubtobiasz in #200 - Extract Tpay Redirect as a separate payment method by @jakubtobiasz in #203
- Extract Tpay Apple Pay as a separate payment method by @jakubtobiasz in #205
- Allow defining a Tpay channel ID in Pay By Link by @coldic3 in #195
- Extract Tpay Google Pay as a separate payment method by @jakubtobiasz in #207
- Fix RefundDispatcher service configuration by @coldic3 in #208
- Add a 'Test Connection' button for all Tpay payment methods by @coldic3 in #209
- Fix service definitions by @coldic3 in #210
- Extract Tpay Visa Mobile as a separate payment method by @jakubtobiasz in #213
- Fix not being able to select
Display all channels
with PBL payment by @jakubtobiasz in #214 - [Apple][Google] Add requirement to define apple and google identifiers by @lchrusciel in #216
- Fix total price status while prefetching Google payment data by @coldic3 in #218
- [PBL] Fix gateway name const by @lchrusciel in #219
- Respect Tpay payment channel constraints when displaying available payment methods by @coldic3 in #226
- [Maintenance] Remove deprecation notice by @lchrusciel in #227
Full Changelog: v1.0.2...v2.0.0