express-cart-tea
Version:
A fully functioning Node.js shopping cart with Stripe, PayPal and Authorize.net payments.
28 lines • 572 B
JSON
{
"properties": {
"description": {
"type": "string"
},
"loginId": {
"type": "string"
},
"transactionKey": {
"type": "string"
},
"clientKey": {
"type": "string"
},
"mode": {
"type": "string",
"enum": ["test", "live"]
}
},
"required": [
"description",
"loginId",
"transactionKey",
"clientKey",
"mode"
],
"additionalProperties": false
}