This website requires JavaScript.
Explore
Help
Sign In
t1meshift
/
expressCart
mirror of
https://github.com/t1meshift/expressCart.git
Watch
1
Star
0
Fork
You've already forked expressCart
0
Code
Issues
Releases
Wiki
Activity
4f68edb3c7
expressCart
/
.gitignore
7 lines
84 B
Plaintext
Raw
Normal View
History
Unescape
Escape
initial commit
2018-01-07 04:55:48 +10:00
node_modules/
Added Docker support
2018-02-05 23:29:16 +10:00
data/
Ignore uploads
2019-12-07 09:40:15 +10:00
public/uploads
Starting to add ability to make admin API requests
2019-06-15 10:56:03 +10:00
/config/*-local.json
Small cart quantity fixes
2018-05-21 23:36:12 +10:00
.vscode
Allow for an ignored local settings file. Even though settings.json is in the .gitignore file git does not ignore modifications to this file. This change makes expressCart detect the existence of a file called settings-local.json. When this file exists, it will be used for reading and writing settings instead of the usual settings.json. This will help to prevent accidental leakage of user secrets.
2018-09-02 09:08:11 +10:00
**.DS_Store
Add Bitcoin payment method (#121) * fix settins form submit not working * prepare routes/config structure to support new blockonomics payment method * setup blockonomics view, get address and calculate btc * blockonomics subscribe to web socket to listen for real time order updates on checkout page * create order with pending status while waiting for blockonomics payment and pass orderid to frontend * check received amount is enough * blockonomics btc amount check, backend order confirmation, show order info into backend and frontend * cleanup and empty cart when order is payed * decline order if insufficient amount * handle email and lunr indexing for blockonomis * blockonomics new confirmation page, auto redirect at confirmation zero, 10 minutes timeout * Update README with Blockonomics * add countdown timer to blockonomics payment page * updated README and checkout page * update README with blockonomics return url * build * reply to blockonomics http callback * dont check amount on frontend * restore default settings * switch from unirest to axios, remove unirest dep * fix lint problems * restore gitignore * restore baseSchema * build Co-authored-by: GECKO <4787777-geckojs@users.noreply.gitlab.com>
2020-03-14 10:51:26 +10:00
env.yaml