UNPKG

express-cart-tea

Version:

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

25 lines (24 loc) 520 B
{ "properties": { "description": { "type": "string" }, "orderStatus": { "type": "string", "enum": ["Completed", "Paid", "Pending"] }, "buttonText": { "type": "string" }, "resultMessage": { "type": "string" } }, "required": [ "description", "orderStatus", "buttonText", "resultMessage" ], "additionalProperties": false }