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…
mollie/Shopware6
SkillsMP has collected 13 skills from mollie/Shopware6. Open a skill to review its source and details.
- Latest recorded source activity
- SkillsMP catalog refreshed
- skills collected
- 13
- GitHub stars
- 67
- GitHub forks
- 69
Skills in this repository
Showing 13 of 13 collected skills.
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…
Add or remove a Mollie payment method in this Shopware 6 plugin. Adding = new enum case plus a handler with marker interfaces (manual capture, bank transfer, B2B-only, subscriptions, recurring mandate, Orders API); registration is automatic, no migration or…
Turn a correction from the developer into a permanent rule change, so the same mistake cannot come back. Use whenever the developer rejects, corrects or overrides something you did or proposed — "no, do it this way", "that is wrong", "not like that", "I…
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, constructor size, LoggerInterface…
Reviews an implemented change for bugs and merchant-visible regressions in this payment plugin — net vs gross amounts, rounding, refund/capture caps, double execution via webhook, order version and language context, state machine transitions, update safety,…
Reviews an implemented change for over-engineering — unnecessary new files and classes, single-caller abstractions, duplication of existing code, unrelated edits, speculative scope. Use after the production code is written and BEFORE any test is written.…
Add or remove a Mollie payment method in this Shopware 6 plugin. Adding = new enum case plus a handler with marker interfaces (manual capture, bank transfer, B2B-only, subscriptions, recurring mandate, Orders API); registration is automatic, no migration or…
Turn a correction from the developer into a permanent rule change, so the same mistake cannot come back. Use whenever the developer rejects, corrects or overrides something you did or proposed — "no, do it this way", "that is wrong", "not like that", "I…