status-converter
Version:
converts 'failed' and 'completed' statuses to 'declined' and 'approved', replaces transaction messages with above conversions
21 lines (20 loc) • 541 B
JSON
{
"name": "status-converter",
"version": "1.0.4",
"description": "converts 'failed' and 'completed' statuses to 'declined' and 'approved', replaces transaction messages with above conversions",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"status",
"converter",
"failed",
"completed",
"declined",
"approved"
],
"author": "Kevin Tamarus Tang",
"repository": "https://github.com/kevintamarus/status-converter.git",
"license": "ISC"
}