expressCart/config
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
..
adyen.json Adding Adyen payment integration (#97) 2019-11-11 18:17:48 +10:30
adyenSchema.json Adding Adyen payment integration (#97) 2019-11-11 18:17:48 +10:30
authorizenet.json Added authorize.net payments 2018-02-04 22:39:42 +01:00
authorizenetSchema.json Added authorize.net payments 2018-02-04 22:39:42 +01:00
baseSchema.json Add Bitcoin payment method (#121) 2020-03-14 11:21:26 +10:30
blockonomics.json Add Bitcoin payment method (#121) 2020-03-14 11:21:26 +10:30
blockonomicsSchema.json Add Bitcoin payment method (#121) 2020-03-14 11:21:26 +10:30
instore.json Added instore payment type. 2020-01-01 14:57:42 +10:30
instoreSchema.json Added instore payment type. 2020-01-01 14:57:42 +10:30
menu.json initial commit 2018-01-06 19:55:48 +01:00
paypal.json Changed example payment configs 2018-01-07 13:41:09 +01:00
paypalSchema.json Added schema validation for configs 2018-01-10 21:20:52 +01:00
settings.json Add Bitcoin payment method (#121) 2020-03-14 11:21:26 +10:30
stripe.json Properly handle stripe hook with sig verification 2019-11-07 20:13:38 +10:30
stripeSchema.json Properly handle stripe hook with sig verification 2019-11-07 20:13:38 +10:30