Download the PHP package litegoio/magento2-lightningpayments without Composer
On this page you can find all versions of the php package litegoio/magento2-lightningpayments. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download litegoio/magento2-lightningpayments
More information about litegoio/magento2-lightningpayments
Files in litegoio/magento2-lightningpayments
Package magento2-lightningpayments
Short Description Allow accept lightning payments through LiteGo.io
License MIT
Homepage https://litego.io
Informations about the package magento2-lightningpayments
Magento 2 LiteGo.io extension
LiteGo.io for Magento 2 is a extension that allows to accept Bitcoin Lightning Payments on your website.
Requirements
This extension requires:
- Magento 2 version 2.3 and higher
- Litego.io API PHP Class version 1.1.1 and higher
How to install
Install via composer (recommended)
Preferred way to install is with Composer as external library is used.
Run the following command in Magento 2 root folder
Install extension from copy-paste package
-
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
Configuration
After installation has completed go to:
-
in Administration panel go to
Stores->Configuration->General->Currency Setup
in blockCurrency Options
in fieldAllowed Currencies
selectBitcoin
. (with ctrl, don't deselectUS Dollar
) -
go to
Stores->Currency Rates
and set Rate for BTC - go to
Stores->Configuration->Sales->Payment Methods
in blockLiteGo.io Payments
Enable method and set Merchant ID and Secret Key Settings you can find on site LiteGo.io on pageDashboard->Settings->Api Key
Technical details
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