* 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>
* Initialize multiple language and start translations
* continue with translation
* end translations for en and it
* fix json syntax en translation, otherwise i18n reset the file
* add language info in config
* fix json format invalid
* solve review comments
Prior to this change, edited settings on the /admin/settings page
required a restart for the edit to take effect. This even causes the
settings page itself to not reflect the updated settings once you
navigate away from it or refresh. This change triggers the config to
reload when the settings are modified, which causes the impacted
templates to be recomputed.