Thanks for helping improve the MakePay Drupal Commerce module.
Run these before opening a pull request:
node scripts/validate.mjs
find . -name '*.php' -not -path './vendor/*' -print0 | xargs -0 -n1 php -l
composer validate --strict- Keep payment secrets out of tests, docs, and screenshots.
- Add or update docs for configuration changes.
- Prefer small changes that are easy for Commerce store owners to review.
- Include manual testing notes for checkout, return, and webhook flows.