UNPKG

express-cart-tea

Version:

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

35 lines 705 B
{ "properties": { "description": { "type": "string" }, "currency": { "type": "string" }, "userId": { "type": "string" }, "apiKey": { "type": "string" }, "baseUrl": { "type": "string" }, "entityId": { "type": "string" }, "paymentContract": { "type": "string" } }, "required": [ "description", "currency", "userId", "apiKey", "baseUrl", "entityId", "paymentContract" ], "additionalProperties": false }