express-cart-tea
Version:
A fully functioning Node.js shopping cart with Stripe, PayPal and Authorize.net payments.
24 lines (23 loc) • 507 B
JSON
{
"properties": {
"description": {
"type": "string"
},
"apiKey": {
"type": "string"
},
"hostUrl": {
"type": "string"
},
"newAddressApi": {
"type": "string"
},
"priceApi": {
"type": "string"
}
},
"required": [
"description", "apiKey", "hostUrl", "newAddressApi", "priceApi"
],
"additionalProperties": false
}