* 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>
* Adding subscriptions
* Adding in ability to use webhook for subscriptions
* Add docs and ability to create subscriptions
* Fixed populating value
* Adding subscription tests
* Language update
* 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