From 7a44930deca3c5e468d6c2d89db52e480b96821a Mon Sep 17 00:00:00 2001 From: Thomas Cross Date: Tue, 25 Feb 2025 14:07:08 -0600 Subject: [PATCH] update readme --- README.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index d37f384..a315e4b 100644 --- a/README.md +++ b/README.md @@ -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