express-cart-tea
Version:
A fully functioning Node.js shopping cart with Stripe, PayPal and Authorize.net payments.
37 lines (36 loc) • 766 B
JSON
{
"properties": {
"description": {
"type": "string"
},
"environment": {
"type": "string",
"enum": ["test", "live"]
},
"apiKey": {
"type": "string"
},
"clientKey": {
"type": "string"
},
"merchantAccount": {
"type": "string"
},
"currency": {
"type": "string"
},
"countryCode": {
"type": "string"
}
},
"required": [
"description",
"environment",
"apiKey",
"clientKey",
"merchantAccount",
"currency",
"countryCode"
],
"additionalProperties": false
}