bluelobster-payment-backend-pkg
v0.5.8
Published
Payment backend
Readme
Welcome to Payment Integration Pkg!
package export steps
- update Project version in package.json
Authenticate against the registry with:
npm adduser --registry http://npm.ascent24.io:4873
Publish the package with:
npm publish --access=private --registry http://npm.ascent24.io:4873
package import steps
step 1
- create payment database use payment.db file
step 2
- import the payment package
- use
npm install --registry http://npm.ascent24.io:4873 @ascent24/payment-backend-pkg
- use
step 3
- insert the configuration data into the database as it as required
step 4
- define required functions in the app start
- success payment callback function
- failed payment callback function
- a24 getErrorRes function
step 5
- imported project must be a express js project
- push
paymentRoutearray into your routes array
- push
step 6
- if you use 2c2p method method
- add a demo2.crt demo2.pem in represent folder
/keys/2c2p/from root
payment ui side -> change independent
