UNPKG

express-cart-tea

Version:

A fully functioning Node.js shopping cart with Stripe, PayPal and Authorize.net payments.

37 lines (36 loc) 766 B
{ "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 }