update readme

This commit is contained in:
Thomas Cross 2025-02-25 14:07:08 -06:00
parent 9bf0fbddc1
commit 7a44930dec

View File

@ -9,13 +9,16 @@ https://paymenter.org/docs/customization/create-a-gateway-extension/
### Setup
```SHELL
php artisan p:extension:create # call this extension "ReverePayments"
cd /var/www/paymenter/
php artisan p:extension:create # call this extension "ReverePayments". Select "Gateway" for type.
```
### Development
- Add the files in `./ReverePay` to `app/Extensions/Gateways/ReverePay`
- Configure the extension in Paymenter
- Add the files in `./ReverePayments` to `app/Extensions/Gateways/ReverePay`
- Configure Revere Payments webhooks and api keys here: https://secure.reverepayments.com/
- Configure the revere payments extension in Paymenter
- see screenshots for locations of revere configuration
### Testing