Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 553 Bytes

File metadata and controls

21 lines (14 loc) · 553 Bytes

Contributing

Thanks for helping improve the MakePay Drupal Commerce module.

Local checks

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

Pull requests

  • 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.