This repository has been archived by the owner on Mar 29, 2022. It is now read-only.
Facade Refactoring
Added
- Example for Payment Type
Przelewy24
. - Enabled recurring payment for SEPA direct debit (guaranteed).
Fixed
- Composer: PHP version constraint.
- Several minor issues.
Changed
- Refactor travis config.
- Refactor heidelpay facade to implement service interfaces.
- Move payment cancel methods to cancel service.
- Cleanup doc comments.
- Refactor unit tests.
- Refactor access modifiers of setters intended for system access only.
Remove
- Move method doc blocks to service interfaces.
- Remove dead code.