Plugin Directory

Changeset 2759035


Ignore:
Timestamp:
07/20/2022 08:29:09 AM (4 years ago)
Author:
eligmaltd
Message:

Update version

Location:
gocrypto-pay/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • gocrypto-pay/trunk/gocrypto-pay.php

    r2757853 r2759035  
    33 * Plugin Name: GoCrypto Pay
    44 * 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.0
     5 * Version: 1.0.1
    66 * Author: Eligma Ltd.
    77 * Author URI: https://gocrypto.com
     
    2020}
    2121
     22if ( is_readable( __DIR__ . '/vendor/autoload.php' ) ) {
     23    require __DIR__ . '/vendor/autoload.php';
     24}
     25
     26use Eligmaltd\GoCryptoPayPHP\GoCryptoPay;
     27
    2228$plugin_data = get_plugin_data(__FILE__);
    2329define('GOC_PLUGIN_ID', $plugin_data['TextDomain']);
     
    2733define('GOC_PLUGIN_VERSION', $plugin_data['Version']);
    2834
    29 define('WOO_PAYMENT_DIR', plugin_dir_path(__FILE__));
    3035// init payment class
    3136add_action('plugins_loaded', 'init_goc_pay_class');
    3237
    3338function init_goc_pay_class() {
    34     // include payment SDK
    35     require_once('includes/gocrypto-pay-php-sdk/GoCryptoPay.php');
    36 
    3739    /**
    3840     * Payment class
     
    159161        }
    160162
    161         public function process_payment( $orderId ) {
     163        public function process_payment($orderId) {
    162164            try {
    163165                $this->gocryptoPay->logger->writeLog($orderId);
  • gocrypto-pay/trunk/readme.txt

    r2757869 r2759035  
    22Plugin Name: GoCrypto Pay
    33Description: 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.0
     4Stable tag: 1.0.1
    55Author: Eligma Ltd.
    66Author URI: https://gocrypto.com
     
    1717== Description ==
    1818
    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.
     19The 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
     21You 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
     23The crypto payment network is secure and complies with all relevant ISO standards and mandatory regulations.
     24
     25GoCrypto Pay will make your online store stand out from the competition. Be among the first to accept crypto payments today.
    2026
    2127= Web Payments API Support =
     
    3945
    4046= 1.0.0 =
    41 Initial releaseŒ
     47Initial release
Note: See TracChangeset for help on using the changeset viewer.