Update demo discount codes + version bump
parent
5d4c469e38
commit
94f457748e
|
@ -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
|
||||||
|
|
|
@ -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": {
|
||||||
|
|
Loading…
Reference in New Issue