Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 706 Bytes

README.md

File metadata and controls

30 lines (20 loc) · 706 Bytes

integration-webhook

Webhook implementation for the retail app

Installation

Copy all keys from .env.example and paste into .env and update the correct values for BPP_ID, BPP_URI, BPP_CLIENT_URI, and PORT for those keys
npm install

Running the app in dev mode

# watch mode
$ npm run start:dev

##Running the app in prod mode

npm start

Make webhook server public

Make the webhook Network server publicly accessible by using tools like localtunnel, ngrok, loophole. This public url will be used in config/default.yml's webhook url.