Update demo discount codes + version bump

master
Mark Moffat 2020-01-22 19:58:46 +10:30
parent 5d4c469e38
commit 94f457748e
2 changed files with 5 additions and 1 deletions

View File

@ -20,6 +20,10 @@ Admin User:
Customer: Customer:
- User: `test@test.com` - User: `test@test.com`
- Password: `test` - Password: `test`
Discount code:
- 10 amount: `DEMO_AMT10`
- 10 percent: `DEMO_PCT10`
``` ```
## Installation ## Installation

View File

@ -1,6 +1,6 @@
{ {
"name": "express-cart", "name": "express-cart",
"version": "1.1.15", "version": "1.1.16",
"description": "A fully functioning Node.js shopping cart with Stripe, PayPal and Authorize.net payments.", "description": "A fully functioning Node.js shopping cart with Stripe, PayPal and Authorize.net payments.",
"private": false, "private": false,
"scripts": { "scripts": {