Reviews the CHANGELOG_de-DE.md and CHANGELOG_en-GB.md entries before hand-over — too many bullets for one behaviour, a pile-up of Fixed entries that makes the plugin look broken, wrong label for the wording, developer detail that should not be…
Senior-PHP-developer review against this project's PHP standard and Shopware extension-point rules — else/nesting, weak typing, empty(), nullable leakage, void returns, array chains that belong on a Collection, magic values, comment noise, constructor size,…
Add or remove a Mollie payment method in this Shopware 6 plugin. Adding = new enum case plus a handler with marker interfaces (manual capture, automatic capture, bank transfer, B2B-only, subscriptions, recurring mandate, Orders API); registration is…
Bring the Shopware version matrix of the CI, PR and nightly pipelines up to date with the versions Shopware has actually released, and check every version against the available dockware/shopware images. Use when asked to update the Shopware versions, the…
Bring the Shopware version matrix of the CI, PR and nightly pipelines up to date with the versions Shopware has actually released, and check every version against the available dockware/shopware images. Use when asked to update the Shopware versions, the…
Set the release version of the Mollie plugin before it goes to internal QA. Bumps composer.json and the MolliePayments::PLUGIN_VERSION constant, and turns the "# Unreleased" changelog section into the new version heading in both languages. Use when asked to…
Set the release version of the Mollie plugin before it goes to internal QA. Bumps composer.json and the MolliePayments::PLUGIN_VERSION constant, and turns the "# Unreleased" changelog section into the new version heading in both languages. Use when asked to…
Reviews newly written tests — PHPUnit mocks instead of fakes, missing CoversClass, missing Group('core') on API-free integration tests, tests that assert implementation instead of behaviour, missing regression coverage. Use AFTER the tests are written. Report…