Opa Pagamentos NodeJS Wrapper
Wrapper library for Opa Pagamentos API in Node https://documenter.getpostman.com/view/3156896/7LhjRZb#intro
Typings Available!
Set up your token in an environment variable with the name OPA_PAGAMENTOS.
Windows
set NODE_ENV={development|production}
set OPA_PAGAMENTOS={YOUR_TOKEN}
Linux and OSX
export NODE_ENV={development|production}
export OPA_PAGAMENTOS={YOUR_TOKEN}