Changeset 2759035
- Timestamp:
- 07/20/2022 08:29:09 AM (4 years ago)
- Location:
- gocrypto-pay/trunk
- Files:
-
- 2 edited
-
gocrypto-pay.php (modified) (4 diffs)
-
readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
gocrypto-pay/trunk/gocrypto-pay.php
r2757853 r2759035 3 3 * Plugin Name: GoCrypto Pay 4 4 * Description: Instant cryptocurrency payments can be made with the Binance Pay (multiple cryptocurrencies supported), Bitcoin.com Wallet (Bitcoin Cash payments supported) or the Elly Wallet. 5 * Version: 1.0. 05 * Version: 1.0.1 6 6 * Author: Eligma Ltd. 7 7 * Author URI: https://gocrypto.com … … 20 20 } 21 21 22 if ( is_readable( __DIR__ . '/vendor/autoload.php' ) ) { 23 require __DIR__ . '/vendor/autoload.php'; 24 } 25 26 use Eligmaltd\GoCryptoPayPHP\GoCryptoPay; 27 22 28 $plugin_data = get_plugin_data(__FILE__); 23 29 define('GOC_PLUGIN_ID', $plugin_data['TextDomain']); … … 27 33 define('GOC_PLUGIN_VERSION', $plugin_data['Version']); 28 34 29 define('WOO_PAYMENT_DIR', plugin_dir_path(__FILE__));30 35 // init payment class 31 36 add_action('plugins_loaded', 'init_goc_pay_class'); 32 37 33 38 function init_goc_pay_class() { 34 // include payment SDK35 require_once('includes/gocrypto-pay-php-sdk/GoCryptoPay.php');36 37 39 /** 38 40 * Payment class … … 159 161 } 160 162 161 public function process_payment( $orderId) {163 public function process_payment($orderId) { 162 164 try { 163 165 $this->gocryptoPay->logger->writeLog($orderId); -
gocrypto-pay/trunk/readme.txt
r2757869 r2759035 2 2 Plugin Name: GoCrypto Pay 3 3 Description: Instant cryptocurrency payments can be made with the Binance Pay (multiple cryptocurrencies supported), Bitcoin.com Wallet (Bitcoin Cash payments supported) or the Elly Wallet. 4 Stable tag: 1.0. 04 Stable tag: 1.0.1 5 5 Author: Eligma Ltd. 6 6 Author URI: https://gocrypto.com … … 17 17 == Description == 18 18 19 Instant cryptocurrency payments can be made with the Binance Pay (multiple cryptocurrencies supported), Bitcoin.com Wallet (Bitcoin Cash payments supported) or the Elly Wallet. 19 The GoCrypto Pay extension gives your online store a real-time competitive advantage, introducing a new and trending payment method to your customers. By enabling crypto payments you gain access to over 40 million new customers from all over the world. 20 21 You will be able to accept payments in over 50 different cryptocurrencies and swap between instant crypto settlements or zero volatility risk settlements in your local currency. 22 23 The crypto payment network is secure and complies with all relevant ISO standards and mandatory regulations. 24 25 GoCrypto Pay will make your online store stand out from the competition. Be among the first to accept crypto payments today. 20 26 21 27 = Web Payments API Support = … … 39 45 40 46 = 1.0.0 = 41 Initial release Œ47 Initial release
Note: See TracChangeset
for help on using the changeset viewer.