express-cart-tea
Version:
A fully functioning Node.js shopping cart with Stripe, PayPal and Authorize.net payments.
23 lines • 461 B
JSON
{
"properties": {
"description": {
"type": "string"
},
"apiKey": {
"type": "string"
},
"publishableApiKey": {
"type": "string"
},
"merchantId": {
"type": "string"
}
},
"required": [
"description",
"apiKey",
"publishableApiKey",
"merchantId"
],
"additionalProperties": false
}