Type
magento2-module
Allow accept lightning payments through LiteGo.io
magento2-module
MIT
None
None
None
None
None
LiteGo.io for Magento 2 is a extension that allows to accept Bitcoin Lightning Payments on your website.
This extension requires: - Magento 2 version 2.3 and higher - Litego.io API PHP Class version 1.1.1 and higher
Preferred way to install is with Composer as external library is used.
Run the following command in Magento 2 root folder
composer require litegoio/magento2-lightningpayments
php bin/magento setup:upgrade
Download the latest version at LiteGo.io for Magento 2
Upload files to server in folder ./app/code/LiteGoio/LightningPayments
Run the following command in Magento 2 root folder
php bin/magento setup:upgrade
After installation has completed go to:
in Administration panel go to Stores->Configuration->General->Currency Setup
in block Currency Options
in field Allowed Currencies
select Bitcoin
. (with ctrl, don't deselect US Dollar
)
go to Stores->Currency Rates
and set Rate for BTC
go to Stores->Configuration->Sales->Payment Methods
in block LiteGo.io Payments
Enable method and set Merchant ID and Secret Key Settings you can find on site LiteGo.io on page Dashboard->Settings->Api Key
This extension modifies some DB fields in standard Magento 2 tables. This is required in order to display price in Bitcoin more accurately.
Modified tables:
-quote
-quote_item
-quote_address
-quote_address_item
-sales_order
-sales_order_item
-sales_order_grid
-sales_order_payment
Additional information about changes you can find in file ./etc/db_schema.xml