expressCart/views
geco 7c7af39f4b
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 11:21:26 +10:30
..
layouts Fixes for CSRF 2020-02-23 14:10:35 +10:30
partials Add Bitcoin payment method (#121) 2020-03-14 11:21:26 +10:30
themes/Cloth Add Bitcoin payment method (#121) 2020-03-14 11:21:26 +10:30
customer.hbs Huge overhaul of admin UI 2020-02-01 17:29:30 +10:30
customers.hbs Fixes to icon display 2020-02-01 19:24:11 +10:30
dashboard.hbs Huge overhaul of admin UI 2020-02-01 17:29:30 +10:30
error.hbs Huge rewrite and update of style/layout + theme simplification 2019-12-26 13:53:21 +10:30
forgotten.hbs Huge rewrite and update of style/layout + theme simplification 2019-12-26 13:53:21 +10:30
login.hbs Huge rewrite and update of style/layout + theme simplification 2019-12-26 13:53:21 +10:30
order-create.hbs Huge overhaul of admin UI 2020-02-01 17:29:30 +10:30
order.hbs Add Bitcoin payment method (#121) 2020-03-14 11:21:26 +10:30
orders.hbs Fixes to icon display 2020-02-01 19:24:11 +10:30
product-edit.hbs Huge overhaul of admin UI 2020-02-01 17:29:30 +10:30
product-new.hbs Huge overhaul of admin UI 2020-02-01 17:29:30 +10:30
products.hbs Fixes to icon display 2020-02-01 19:24:11 +10:30
reset.hbs Huge rewrite and update of style/layout + theme simplification 2019-12-26 13:53:21 +10:30
settings-discount-edit.hbs Huge overhaul of admin UI 2020-02-01 17:29:30 +10:30
settings-discount-new.hbs Huge overhaul of admin UI 2020-02-01 17:29:30 +10:30
settings-discounts.hbs Huge overhaul of admin UI 2020-02-01 17:29:30 +10:30
settings-menu.hbs Fixes to icon display 2020-02-01 19:24:11 +10:30
settings-page.hbs Huge overhaul of admin UI 2020-02-01 17:29:30 +10:30
settings-pages.hbs Huge overhaul of admin UI 2020-02-01 17:29:30 +10:30
settings.hbs Add Bitcoin payment method (#121) 2020-03-14 11:21:26 +10:30
setup.hbs Huge rewrite and update of style/layout + theme simplification 2019-12-26 13:53:21 +10:30
user-edit.hbs Small fixes 2020-03-07 19:48:06 +10:30
user-new.hbs Small fixes 2020-03-07 19:48:06 +10:30
users.hbs Fixes to icon display 2020-02-01 19:24:11 +10:30