Changeset 2182296
- Timestamp:
- 10/29/2019 01:42:31 PM (6 years ago)
- Location:
- lamium-decentralized-crypto-acceptance-and-conversion/trunk
- Files:
-
- 2 edited
-
readme.md (modified) (1 diff)
-
woocommerce-gateway-lamium-accept-crypto-api.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
lamium-decentralized-crypto-acceptance-and-conversion/trunk/readme.md
r2181432 r2182296 1 1 === Lamium Crypto Currency Plugin to receive crypto currency directly or convert to fiat === 2 2 3 - Contributors: Kryptolis AG c4 - Tags: woocommerce, payment gateway, gateway, manual payment, bitcoin, dash3 - Contributors: Kryptolis AG 4 - Tags: woocommerce, bitcoin, dash, payment gateway, gateway, manual payment 5 5 - Requires at least: 3.8 6 6 - Tested up to: 5.2.4 -
lamium-decentralized-crypto-acceptance-and-conversion/trunk/woocommerce-gateway-lamium-accept-crypto-api.php
r2181432 r2182296 1 1 <?php 2 ini_set('display_errors', 1); ini_set('display_startup_errors', 1); error_reporting(E_ALL);3 2 /** 4 * Plugin Name: Lamium Decentralized Crypto Acceptance and ConversionPlugin3 * Plugin Name: Lamium Decentralized Crypto Payment Plugin 5 4 * Plugin URI: https://www.lamium.io/merchant 6 * Description: Accept Bitcoin and Dash payments from customers and get the payment directly to your wallet. OR automatically convert the coins via the decentralized invoice service of Lamium into EUR, USD, CHF to your bank account. 7 * Author: Kryptolis AGc 5 * Description: This plugin integrates crypto currency payments into your webstore(Bitcoin and Dash). 6 *The lamium Api allows merchants to accept the bitcoin or dash directly to their wallet 7 *or convert them automatically into EUR,CHF or USD via our decentralized invoice service. 8 * 9 * Author: Kryptolis AG 8 10 * Author URI: https://www.lamium.io/ 9 * Version: 2.0. 111 * Version: 2.0.2 10 12 * Text Domain: woocommerce-gateway-lamium-accept-bitcoin-api 11 13 * Domain Path: /languages/
Note: See TracChangeset
for help on using the changeset viewer.