This module adds CHIP payment method option to your Paymattic.
- Download zip file of Paymattic plugin.
- Log in to your WordPress admin panel and go: Plugins -> Add New
- Select Upload Plugin, choose zip file you downloaded in step 1 and press Install Now
- Activate plugin
Set the Brand ID and Secret Key in the plugins settings.
Welcome to Wordpress Collaboration Workflow
Index
- Push feature branch to remote
git push origin <feature_branch>
- Open Pull Request to merge your branch into
main
branch - Once approved, merge your branch into main branch
- Create tag based on whether it is for uploading files only or releasing a stable version
-
Upload files
git tag paymattic-upload-v<[0-9]+.[0-9]+.[0-9]+>
-
Release stable version
git tag paymattic-release-v<[0-9]+.[0-9]+.[0-9]+>
- Tag must be created on the
main
branch asmain
branch will be the official branch linked to SVN repository - SVN commit is based on the latest git commit
- Ensure the
changelog.txt
andreadme.txt
in tag folder document the changes - Ensure trunk folder have the latest tag files before deploying to SVN repository
Facebook: Merchants & DEV Community