Plugin Directory

Changeset 3419092


Ignore:
Timestamp:
12/13/2025 10:14:40 PM (3 months ago)
Author:
shieldclimb
Message:

Updated plugin to version 1.0.5: Tested up to WordPress 6.9 & WooCommerce 10.4.2, Add new coins, Add hosted checkout with multiple coins on one page, Bug fixed

Location:
shieldclimb-crypto-payment-gateway/trunk
Files:
173 added
19 deleted
3 edited

Legend:

Unmodified
Added
Removed
  • shieldclimb-crypto-payment-gateway/trunk/includes/shieldclimb-crypto-payment-functions.php

    r3277639 r3419092  
    3737    // Define minimum crypto amounts and their CoinGecko IDs
    3838    $gateway_minimums = array(
    39         'shieldclimb-crypto-payment-gateway-adabep20' => array('min' => 1.33, 'coin_id' => 'cardano'),
    40         'shieldclimb-crypto-payment-gateway-bch' => array('min' => 0.000665, 'coin_id' => 'bitcoin-cash'),
    41         'shieldclimb-crypto-payment-gateway-bnbbep20' => array('min' => 0.00133, 'coin_id' => 'binancecoin'),
    42         'shieldclimb-crypto-payment-gateway-btc' => array('min' => 0.0001064, 'coin_id' => 'bitcoin'),
    43         'shieldclimb-crypto-payment-gateway-cakebep20' => array('min' => 0.133, 'coin_id' => 'pancakeswap-token'),   
    44         'shieldclimb-crypto-payment-gateway-daibep20' => array('min' => 1.33, 'coin_id' => 'dai'),
    45         'shieldclimb-crypto-payment-gateway-doge' => array('min' => 13.3, 'coin_id' => 'dogecoin'),
    46         'shieldclimb-crypto-payment-gateway-dogebep20' => array('min' => 13.3, 'coin_id' => 'dogecoin'),
    47         'shieldclimb-crypto-payment-gateway-eth' => array('min' => 0.005985, 'coin_id' => 'ethereum'),
    48         'shieldclimb-crypto-payment-gateway-ethbep20' => array('min' => 0.00133, 'coin_id' => 'ethereum'),
    49         'shieldclimb-crypto-payment-gateway-ethoptimism' => array('min' => 0.000133, 'coin_id' => 'ethereum'),
    50         'shieldclimb-crypto-payment-gateway-injbep20' => array('min' => 0.0665, 'coin_id' => 'injective-protocol'),
    51         'shieldclimb-crypto-payment-gateway-ltc' => array('min' => 0.00266, 'coin_id' => 'litecoin'),
    52         'shieldclimb-crypto-payment-gateway-ltcbep20' => array('min' => 0.00266, 'coin_id' => 'litecoin'),
    53         'shieldclimb-crypto-payment-gateway-oneinchbep20' => array('min' => 1.33, 'coin_id' => '1inch'),
    54         'shieldclimb-crypto-payment-gateway-shibbep20' => array('min' => 53200, 'coin_id' => 'shiba-inu'),
    55         'shieldclimb-crypto-payment-gateway-usdcbep20' => array('min' => 1.33, 'coin_id' => 'usd-coin'),
    56         'shieldclimb-crypto-payment-gateway-usdtbep20' => array('min' => 1.33, 'coin_id' => 'tether'),
    57         'shieldclimb-crypto-payment-gateway-xrpbep20' => array('min' => 2.66, 'coin_id' => 'ripple')
     39        'shieldclimb-adabep20' => array('min' => 1.33, 'coin_id' => 'cardano'),
     40        'shieldclimb-arbarbitrum' => array('min' => 0.665, 'coin_id' => 'arbitrum'),
     41        'shieldclimb-arberc20' => array('min' => 19.95, 'coin_id' => 'arbitrum'),
     42        'shieldclimb-avaxavaxc' => array('min' => 0.0133, 'coin_id' => 'avalanche-2'),
     43        'shieldclimb-avaxpolygon' => array('min' => 0.0532, 'coin_id' => 'avalanche-2'),
     44        'shieldclimb-bch' => array('min' => 0.000665, 'coin_id' => 'bitcoin-cash'),
     45        'shieldclimb-bnbbep20' => array('min' => 0.00133, 'coin_id' => 'binancecoin'),
     46        'shieldclimb-bnberc20' => array('min' => 0.1197, 'coin_id' => 'binancecoin'),
     47        'shieldclimb-btc' => array('min' => 0.0001064, 'coin_id' => 'bitcoin'),
     48        'shieldclimb-btcbbep20' => array('min' => 0.000133, 'coin_id' => 'binance-bitcoin'),
     49        'shieldclimb-btctrc20' => array('min' => 0.0001064, 'coin_id' => 'bitcoin'),
     50        'shieldclimb-cakebep20' => array('min' => 0.133, 'coin_id' => 'pancakeswap-token'),
     51        'shieldclimb-cbbtcbase' => array('min' => 0.0000399, 'coin_id' => 'coinbase-wrapped-btc'),
     52        'shieldclimb-cbbtcerc20' => array('min' => 0.0001197, 'coin_id' => 'coinbase-wrapped-btc'),     
     53        'shieldclimb-cbbtcsol' => array('min' => 0.00001197, 'coin_id' => 'coinbase-wrapped-btc'),
     54        'shieldclimb-daiarbitrum' => array('min' => 0.665, 'coin_id' => 'dai'),
     55        'shieldclimb-daibase' => array('min' => 3.99, 'coin_id' => 'dai'),
     56        'shieldclimb-daibep20' => array('min' => 1.33, 'coin_id' => 'dai'),
     57        'shieldclimb-daierc20' => array('min' => 19.95, 'coin_id' => 'dai'),
     58        'shieldclimb-daioptimism' => array('min' => 0.665, 'coin_id' => 'dai'),
     59        'shieldclimb-doge' => array('min' => 13.3, 'coin_id' => 'dogecoin'),
     60        'shieldclimb-dogebep20' => array('min' => 13.3, 'coin_id' => 'dogecoin'),
     61        'shieldclimb-eth' => array('min' => 0.001995, 'coin_id' => 'ethereum'),
     62        'shieldclimb-etharbitrum' => array('min' => 0.000133, 'coin_id' => 'ethereum'),
     63        'shieldclimb-ethbase' => array('min' => 0.000399, 'coin_id' => 'ethereum'),
     64        'shieldclimb-ethbep20' => array('min' => 0.00133, 'coin_id' => 'ethereum'),
     65        'shieldclimb-ethoptimism' => array('min' => 0.000133, 'coin_id' => 'ethereum'),
     66        'shieldclimb-eurcsol' => array('min' => 1.33, 'coin_id' => 'euro-coin'),
     67        'shieldclimb-linkarbitrum' => array('min' => 0.0665, 'coin_id' => 'chainlink'),
     68        'shieldclimb-linkerc20' => array('min' => 0.8645, 'coin_id' => 'chainlink'),
     69        'shieldclimb-linkoptimism' => array('min' => 0.0665, 'coin_id' => 'chainlink'),
     70        'shieldclimb-ltc' => array('min' => 0.00266, 'coin_id' => 'litecoin'),
     71        'shieldclimb-ltcbep20' => array('min' => 0.00266, 'coin_id' => 'litecoin'),
     72        'shieldclimb-ondoerc20' => array('min' => 13.3, 'coin_id' => 'ondo-finance'),
     73        'shieldclimb-oneinchbep20' => array('min' => 1.33, 'coin_id' => '1inch'),
     74        'shieldclimb-oneincherc20' => array('min' => 99.75, 'coin_id' => '1inch'),     
     75        'shieldclimb-opoptimism' => array('min' => 0.399, 'coin_id' => 'optimism'),
     76        'shieldclimb-pepearbitrum' => array('min' => 133000, 'coin_id' => 'pepe'),
     77        'shieldclimb-pepeerc20' => array('min' => 1330000, 'coin_id' => 'pepe'),
     78        'shieldclimb-polerc20' => array('min' => 33.25, 'coin_id' => 'polygon-ecosystem-token'),
     79        'shieldclimb-polpolygon' => array('min' => 0.665, 'coin_id' => 'polygon-ecosystem-token'),
     80        'shieldclimb-pyusdarbitrum' => array('min' => 1.33, 'coin_id' => 'paypal-usd'),
     81        'shieldclimb-pyusderc20' => array('min' => 6.65, 'coin_id' => 'paypal-usd'),
     82        'shieldclimb-pyusdsol' => array('min' => 1.33, 'coin_id' => 'paypal-usd'),
     83        'shieldclimb-shibbep20' => array('min' => 53200, 'coin_id' => 'shiba-inu'),
     84        'shieldclimb-shiberc20' => array('min' => 1330000, 'coin_id' => 'shiba-inu'),
     85        'shieldclimb-solsol' => array('min' => 0.00532, 'coin_id' => 'solana'),
     86        'shieldclimb-trumpsol' => array('min' => 0.0665, 'coin_id' => 'official-trump'),
     87        'shieldclimb-trx' => array('min' => 13.3, 'coin_id' => 'tron'),
     88        'shieldclimb-tusdtrc20' => array('min' => 6.65, 'coin_id' => 'true-usd'),
     89        'shieldclimb-usd1bep20' => array('min' => 1.33, 'coin_id' => 'usd1-wlfi'),
     90        'shieldclimb-usd1erc20' => array('min' => 6.65, 'coin_id' => 'usd1-wlfi'),
     91        'shieldclimb-usdcarbitrum' => array('min' => 1.33, 'coin_id' => 'usd-coin'),
     92        'shieldclimb-usdcavaxc' => array('min' => 1.33, 'coin_id' => 'usd-coin'),
     93        'shieldclimb-usdcbase' => array('min' => 3.99, 'coin_id' => 'usd-coin'),
     94        'shieldclimb-usdcbep20' => array('min' => 1.33, 'coin_id' => 'usd-coin'),
     95        'shieldclimb-usdcearbitrum' => array('min' => 1.33, 'coin_id' => 'usd-coin'),
     96        'shieldclimb-usdceavaxc' => array('min' => 1.33, 'coin_id' => 'usd-coin'),
     97        'shieldclimb-usdceoptimism' => array('min' => 1.33, 'coin_id' => 'usd-coin'),
     98        'shieldclimb-usdcepolygon' => array('min' => 0.665, 'coin_id' => 'usd-coin'),
     99        'shieldclimb-usdcerc20' => array('min' => 6.65, 'coin_id' => 'usd-coin'),
     100        'shieldclimb-usdcoptimism' => array('min' => 1.33, 'coin_id' => 'usd-coin'),
     101        'shieldclimb-usdcpolygon' => array('min' => 0.665, 'coin_id' => 'usd-coin'),
     102        'shieldclimb-usddtrc20' => array('min' => 6.65, 'coin_id' => 'usdd'),
     103        'shieldclimb-usdt0arbitrum' => array('min' => 1.33, 'coin_id' => 'usdt0'),
     104        'shieldclimb-usdt0optimism' => array('min' => 1.33, 'coin_id' => 'usdt0'),
     105        'shieldclimb-usdtavaxc' => array('min' => 1.33, 'coin_id' => 'tether'),
     106        'shieldclimb-usdtbase' => array('min' => 3.99, 'coin_id' => 'tether'),
     107        'shieldclimb-usdtbep20' => array('min' => 1.33, 'coin_id' => 'tether'),
     108        'shieldclimb-usdterc20' => array('min' => 6.65, 'coin_id' => 'tether'),
     109        'shieldclimb-usdtoptimism' => array('min' => 1.33, 'coin_id' => 'tether'),
     110        'shieldclimb-usdtpolygon' => array('min' => 0.665, 'coin_id' => 'tether'),
     111        'shieldclimb-usdtsol' => array('min' => 1.33, 'coin_id' => 'tether'),
     112        'shieldclimb-usdttrc20' => array('min' => 13.3, 'coin_id' => 'tether'),
     113        'shieldclimb-wavaxavaxc' => array('min' => 0.0133, 'coin_id' => 'wrapped-avax'),
     114        'shieldclimb-wbtcsol' => array('min' => 0.00001197, 'coin_id' => 'wrapped-bitcoin'),
     115        'shieldclimb-wetheavaxc' => array('min' => 0.00133, 'coin_id' => 'weth'),
     116        'shieldclimb-wethpolygon' => array('min' => 0.000665, 'coin_id' => 'weth'),
     117        'shieldclimb-wethsol' => array('min' => 0.00399, 'coin_id' => 'weth'),
     118        'shieldclimb-wxrperc20' => array('min' => 7.98, 'coin_id' => 'ripple'),
     119        'shieldclimb-xrpbep20' => array('min' => 2.66, 'coin_id' => 'ripple')
     120
    58121    );
    59122
  • shieldclimb-crypto-payment-gateway/trunk/readme.txt

    r3279175 r3419092  
    44Tags: woocommerce, crypto, payment, cryptocurrency, payment gateway
    55Requires at least: 5.8
    6 Tested up to: 6.8
    7 Stable tag: 1.0.4
     6Tested up to: 6.9
     7Stable tag: 1.0.5
    88Requires PHP: 7.2
    99WC requires at least: 5.8
    10 WC tested up to: 9.8.1
     10WC tested up to: 10.4.2
    1111License: GPLv3
    1212License URI: http://www.gnu.org/licenses/gpl-3.0.html
     
    3838* QR Code Integration – Customers can easily scan and pay.
    3939* Intelligent Misdirected Payment Handling – If a customer sends funds via an incorrect network/token, the system still forwards them to you for supported cryptocurrencies.
    40 * Low Fees – 2% flat rate + blockchain transaction fees.
     40* Low Fees – 1.5% flat rate + blockchain transaction fees.
    4141* Track Transactions in WP-Admin – View TXIDs and payouts within WooCommerce.
    4242* Borderless Payments – Accept crypto globally without restrictions.
     
    119119== Changelog ==
    120120
     121= V1.0.5 =
     122
     123* **Updated**: Tested up to WordPress 6.9 & WooCommerce 10.4.2
     124* **New**: Added new coins
     125* **New**: Added hosted checkout with multiple coins on one page with page customization option & custom domain name option
     126* **Fixed**: Bug fixed
     127
    121128= V1.0.4 =
    122129
  • shieldclimb-crypto-payment-gateway/trunk/shieldclimb-crypto-payment-gateway.php

    r3279175 r3419092  
    22/**
    33 * Plugin Name: ShieldClimb – Crypto Payment Gateway for WooCommerce
    4  * Plugin URI: https://shieldclimb.com/crypto-payment-gateway/
     4 * Plugin URI: https://shieldclimb.com/shieldclimb-crypto-payment-gateway/
    55 * Description: Crypto Payment Gateway with instant payouts—accept cryptocurrency with no registration, no KYC, and no delays. Your crypto, your control (For setting up go to > Woocommerce > Setting > Payments tab).
    6  * Version: 1.0.4
     6 * Version: 1.0.5
    77 * Requires Plugins: woocommerce
    88 * Requires at least: 5.8
    9  * Tested up to: 6.8
     9 * Tested up to: 6.9
    1010 * WC requires at least: 5.8
    11  * WC tested up to: 9.8.1
     11 * WC tested up to: 10.4.2
    1212 * Requires PHP: 7.2
    1313 * Author: shieldclimb.com
    14  * Author URI: https://shieldclimb.com/about-us/
     14 * Author URI: https://shieldclimb.com/
    1515 * License: GPLv3
    1616 * License URI: http://www.gnu.org/licenses/gpl-3.0.html
     
    4343
    4444    foreach ($shieldclimbcryptogateway_available_gateways as $gateway_id => $gateway) {
    45         if (strpos($gateway_id, 'shieldclimb-crypto-payment-gateway') === 0) {
     45        if (strpos($gateway_id, 'shieldclimb') === 0) {
    4646        $icon_url = method_exists($gateway, 'shieldclimb_crypto_payment_gateway_get_icon_url') ? $gateway->shieldclimb_crypto_payment_gateway_get_icon_url() : '';
    4747        $shieldclimbcryptogateway_gateways_data[] = array(
     
    8686add_action('wp_enqueue_scripts', 'shieldclimbcryptogateway_enqueue_styles');
    8787
    88         include_once(plugin_dir_path(__FILE__) . 'includes/class-shieldclimb-crypto-payment-gateway-adabep20.php'); // Include the payment gateway class
    89         include_once(plugin_dir_path(__FILE__) . 'includes/class-shieldclimb-crypto-payment-gateway-bch.php'); // Include the payment gateway class
    90         include_once(plugin_dir_path(__FILE__) . 'includes/class-shieldclimb-crypto-payment-gateway-bnbbep20.php'); // Include the payment gateway class
    91         include_once(plugin_dir_path(__FILE__) . 'includes/class-shieldclimb-crypto-payment-gateway-btc.php'); // Include the payment gateway class
    92         include_once(plugin_dir_path(__FILE__) . 'includes/class-shieldclimb-crypto-payment-gateway-cakebep20.php'); // Include the payment gateway class
    93         include_once(plugin_dir_path(__FILE__) . 'includes/class-shieldclimb-crypto-payment-gateway-daibep20.php'); // Include the payment gateway class
    94         include_once(plugin_dir_path(__FILE__) . 'includes/class-shieldclimb-crypto-payment-gateway-doge.php'); // Include the payment gateway class
    95         include_once(plugin_dir_path(__FILE__) . 'includes/class-shieldclimb-crypto-payment-gateway-dogebep20.php'); // Include the payment gateway class
    96         include_once(plugin_dir_path(__FILE__) . 'includes/class-shieldclimb-crypto-payment-gateway-eth.php'); // Include the payment gateway class
    97         include_once(plugin_dir_path(__FILE__) . 'includes/class-shieldclimb-crypto-payment-gateway-ethbep20.php'); // Include the payment gateway class
    98         include_once(plugin_dir_path(__FILE__) . 'includes/class-shieldclimb-crypto-payment-gateway-ethoptimism.php'); // Include the payment gateway class
    99         include_once(plugin_dir_path(__FILE__) . 'includes/class-shieldclimb-crypto-payment-gateway-injbep20.php'); // Include the payment gateway class
    100         include_once(plugin_dir_path(__FILE__) . 'includes/class-shieldclimb-crypto-payment-gateway-ltc.php'); // Include the payment gateway class
    101         include_once(plugin_dir_path(__FILE__) . 'includes/class-shieldclimb-crypto-payment-gateway-ltcbep20.php'); // Include the payment gateway class
    102         include_once(plugin_dir_path(__FILE__) . 'includes/class-shieldclimb-crypto-payment-gateway-oneinchbep20.php'); // Include the payment gateway class
    103         include_once(plugin_dir_path(__FILE__) . 'includes/class-shieldclimb-crypto-payment-gateway-shibbep20.php'); // Include the payment gateway class
    104         include_once(plugin_dir_path(__FILE__) . 'includes/class-shieldclimb-crypto-payment-gateway-usdcbep20.php'); // Include the payment gateway class
    105         include_once(plugin_dir_path(__FILE__) . 'includes/class-shieldclimb-crypto-payment-gateway-usdtbep20.php'); // Include the payment gateway class
    106         include_once(plugin_dir_path(__FILE__) . 'includes/class-shieldclimb-crypto-payment-gateway-xrpbep20.php'); // Include the payment gateway class
     88        include_once(plugin_dir_path(__FILE__) . 'includes/class-shieldclimb-multicoin.php'); // Include the payment gateway class
     89        include_once(plugin_dir_path(__FILE__) . 'includes/class-shieldclimb-btc.php'); // Include the payment gateway class
     90        include_once(plugin_dir_path(__FILE__) . 'includes/class-shieldclimb-bch.php'); // Include the payment gateway class
     91        include_once(plugin_dir_path(__FILE__) . 'includes/class-shieldclimb-ltc.php'); // Include the payment gateway class
     92        include_once(plugin_dir_path(__FILE__) . 'includes/class-shieldclimb-doge.php'); // Include the payment gateway class
     93        include_once(plugin_dir_path(__FILE__) . 'includes/class-shieldclimb-oneinchbep20.php'); // Include the payment gateway class
     94        include_once(plugin_dir_path(__FILE__) . 'includes/class-shieldclimb-adabep20.php'); // Include the payment gateway class
     95        include_once(plugin_dir_path(__FILE__) . 'includes/class-shieldclimb-bnbbep20.php'); // Include the payment gateway class
     96        include_once(plugin_dir_path(__FILE__) . 'includes/class-shieldclimb-btcbbep20.php'); // Include the payment gateway class
     97        include_once(plugin_dir_path(__FILE__) . 'includes/class-shieldclimb-cakebep20.php'); // Include the payment gateway class
     98        include_once(plugin_dir_path(__FILE__) . 'includes/class-shieldclimb-daibep20.php'); // Include the payment gateway class
     99        include_once(plugin_dir_path(__FILE__) . 'includes/class-shieldclimb-dogebep20.php'); // Include the payment gateway class
     100        include_once(plugin_dir_path(__FILE__) . 'includes/class-shieldclimb-ethbep20.php'); // Include the payment gateway class
     101        include_once(plugin_dir_path(__FILE__) . 'includes/class-shieldclimb-ltcbep20.php'); // Include the payment gateway class
     102        include_once(plugin_dir_path(__FILE__) . 'includes/class-shieldclimb-phptbep20.php'); // Include the payment gateway class
     103        include_once(plugin_dir_path(__FILE__) . 'includes/class-shieldclimb-shibbep20.php'); // Include the payment gateway class
     104        include_once(plugin_dir_path(__FILE__) . 'includes/class-shieldclimb-usdcbep20.php'); // Include the payment gateway class
     105        include_once(plugin_dir_path(__FILE__) . 'includes/class-shieldclimb-usd1bep20.php'); // Include the payment gateway class
     106        include_once(plugin_dir_path(__FILE__) . 'includes/class-shieldclimb-usdtbep20.php'); // Include the payment gateway class
     107        include_once(plugin_dir_path(__FILE__) . 'includes/class-shieldclimb-xrpbep20.php'); // Include the payment gateway class
     108        include_once(plugin_dir_path(__FILE__) . 'includes/class-shieldclimb-oneincherc20.php'); // Include the payment gateway class
     109        include_once(plugin_dir_path(__FILE__) . 'includes/class-shieldclimb-arberc20.php'); // Include the payment gateway class
     110        include_once(plugin_dir_path(__FILE__) . 'includes/class-shieldclimb-bnberc20.php'); // Include the payment gateway class
     111        include_once(plugin_dir_path(__FILE__) . 'includes/class-shieldclimb-daierc20.php'); // Include the payment gateway class
     112        include_once(plugin_dir_path(__FILE__) . 'includes/class-shieldclimb-linkerc20.php'); // Include the payment gateway class
     113        include_once(plugin_dir_path(__FILE__) . 'includes/class-shieldclimb-pepeerc20.php'); // Include the payment gateway class
     114        include_once(plugin_dir_path(__FILE__) . 'includes/class-shieldclimb-shiberc20.php'); // Include the payment gateway class
     115        include_once(plugin_dir_path(__FILE__) . 'includes/class-shieldclimb-tusdtrc20.php'); // Include the payment gateway class
     116        include_once(plugin_dir_path(__FILE__) . 'includes/class-shieldclimb-usdcerc20.php'); // Include the payment gateway class
     117        include_once(plugin_dir_path(__FILE__) . 'includes/class-shieldclimb-usdterc20.php'); // Include the payment gateway class
     118        include_once(plugin_dir_path(__FILE__) . 'includes/class-shieldclimb-cbbtcerc20.php'); // Include the payment gateway class
     119        include_once(plugin_dir_path(__FILE__) . 'includes/class-shieldclimb-ondoerc20.php'); // Include the payment gateway class
     120        include_once(plugin_dir_path(__FILE__) . 'includes/class-shieldclimb-polerc20.php'); // Include the payment gateway class
     121        include_once(plugin_dir_path(__FILE__) . 'includes/class-shieldclimb-usd1erc20.php'); // Include the payment gateway class
     122        include_once(plugin_dir_path(__FILE__) . 'includes/class-shieldclimb-wxrperc20.php'); // Include the payment gateway class
     123        include_once(plugin_dir_path(__FILE__) . 'includes/class-shieldclimb-arbarbitrum.php'); // Include the payment gateway class
     124        include_once(plugin_dir_path(__FILE__) . 'includes/class-shieldclimb-daiarbitrum.php'); // Include the payment gateway class
     125        include_once(plugin_dir_path(__FILE__) . 'includes/class-shieldclimb-etharbitrum.php'); // Include the payment gateway class
     126        include_once(plugin_dir_path(__FILE__) . 'includes/class-shieldclimb-linkarbitrum.php'); // Include the payment gateway class
     127        include_once(plugin_dir_path(__FILE__) . 'includes/class-shieldclimb-pepearbitrum.php'); // Include the payment gateway class
     128        include_once(plugin_dir_path(__FILE__) . 'includes/class-shieldclimb-usdcarbitrum.php'); // Include the payment gateway class
     129        include_once(plugin_dir_path(__FILE__) . 'includes/class-shieldclimb-usdcearbitrum.php'); // Include the payment gateway class
     130        include_once(plugin_dir_path(__FILE__) . 'includes/class-shieldclimb-pyusdarbitrum.php'); // Include the payment gateway class
     131        include_once(plugin_dir_path(__FILE__) . 'includes/class-shieldclimb-usdt0arbitrum.php'); // Include the payment gateway class
     132        include_once(plugin_dir_path(__FILE__) . 'includes/class-shieldclimb-avaxpolygon.php'); // Include the payment gateway class
     133        include_once(plugin_dir_path(__FILE__) . 'includes/class-shieldclimb-polpolygon.php'); // Include the payment gateway class
     134        include_once(plugin_dir_path(__FILE__) . 'includes/class-shieldclimb-usdcpolygon.php'); // Include the payment gateway class
     135        include_once(plugin_dir_path(__FILE__) . 'includes/class-shieldclimb-usdcepolygon.php'); // Include the payment gateway class
     136        include_once(plugin_dir_path(__FILE__) . 'includes/class-shieldclimb-usdtpolygon.php'); // Include the payment gateway class
     137        include_once(plugin_dir_path(__FILE__) . 'includes/class-shieldclimb-wethpolygon.php'); // Include the payment gateway class
     138        include_once(plugin_dir_path(__FILE__) . 'includes/class-shieldclimb-avaxavaxc.php'); // Include the payment gateway class
     139        include_once(plugin_dir_path(__FILE__) . 'includes/class-shieldclimb-usdcavaxc.php'); // Include the payment gateway class
     140        include_once(plugin_dir_path(__FILE__) . 'includes/class-shieldclimb-usdceavaxc.php'); // Include the payment gateway class
     141        include_once(plugin_dir_path(__FILE__) . 'includes/class-shieldclimb-usdtavaxc.php'); // Include the payment gateway class
     142        include_once(plugin_dir_path(__FILE__) . 'includes/class-shieldclimb-wavaxavaxc.php'); // Include the payment gateway class
     143        include_once(plugin_dir_path(__FILE__) . 'includes/class-shieldclimb-wetheavaxc.php'); // Include the payment gateway class
     144        include_once(plugin_dir_path(__FILE__) . 'includes/class-shieldclimb-daibase.php'); // Include the payment gateway class
     145        include_once(plugin_dir_path(__FILE__) . 'includes/class-shieldclimb-ethbase.php'); // Include the payment gateway class
     146        include_once(plugin_dir_path(__FILE__) . 'includes/class-shieldclimb-usdcbase.php'); // Include the payment gateway class
     147        include_once(plugin_dir_path(__FILE__) . 'includes/class-shieldclimb-cbbtcbase.php'); // Include the payment gateway class
     148        include_once(plugin_dir_path(__FILE__) . 'includes/class-shieldclimb-usdtbase.php'); // Include the payment gateway class
     149        include_once(plugin_dir_path(__FILE__) . 'includes/class-shieldclimb-daioptimism.php'); // Include the payment gateway class
     150        include_once(plugin_dir_path(__FILE__) . 'includes/class-shieldclimb-ethoptimism.php'); // Include the payment gateway class
     151        include_once(plugin_dir_path(__FILE__) . 'includes/class-shieldclimb-linkoptimism.php'); // Include the payment gateway class
     152        include_once(plugin_dir_path(__FILE__) . 'includes/class-shieldclimb-opoptimism.php'); // Include the payment gateway class
     153        include_once(plugin_dir_path(__FILE__) . 'includes/class-shieldclimb-usdcoptimism.php'); // Include the payment gateway class
     154        include_once(plugin_dir_path(__FILE__) . 'includes/class-shieldclimb-usdceoptimism.php'); // Include the payment gateway class
     155        include_once(plugin_dir_path(__FILE__) . 'includes/class-shieldclimb-usdtoptimism.php'); // Include the payment gateway class
     156        include_once(plugin_dir_path(__FILE__) . 'includes/class-shieldclimb-usdt0optimism.php'); // Include the payment gateway class
     157        include_once(plugin_dir_path(__FILE__) . 'includes/class-shieldclimb-eth.php'); // Include the payment gateway class
     158        include_once(plugin_dir_path(__FILE__) . 'includes/class-shieldclimb-btctrc20.php'); // Include the payment gateway class
     159        include_once(plugin_dir_path(__FILE__) . 'includes/class-shieldclimb-inrttrc20.php'); // Include the payment gateway class
     160        include_once(plugin_dir_path(__FILE__) . 'includes/class-shieldclimb-usdttrc20.php'); // Include the payment gateway class
     161        include_once(plugin_dir_path(__FILE__) . 'includes/class-shieldclimb-usddtrc20.php'); // Include the payment gateway class
     162        include_once(plugin_dir_path(__FILE__) . 'includes/class-shieldclimb-trx.php'); // Include the payment gateway class
     163        include_once(plugin_dir_path(__FILE__) . 'includes/class-shieldclimb-pyusderc20.php'); // Include the payment gateway class
     164        include_once(plugin_dir_path(__FILE__) . 'includes/class-shieldclimb-solsol.php'); // Include the payment gateway class
     165        include_once(plugin_dir_path(__FILE__) . 'includes/class-shieldclimb-usdcsol.php'); // Include the payment gateway class
     166        include_once(plugin_dir_path(__FILE__) . 'includes/class-shieldclimb-usdtsol.php'); // Include the payment gateway class
     167        include_once(plugin_dir_path(__FILE__) . 'includes/class-shieldclimb-eurcsol.php'); // Include the payment gateway class
     168        include_once(plugin_dir_path(__FILE__) . 'includes/class-shieldclimb-wbtcsol.php'); // Include the payment gateway class
     169        include_once(plugin_dir_path(__FILE__) . 'includes/class-shieldclimb-wethsol.php'); // Include the payment gateway class
     170        include_once(plugin_dir_path(__FILE__) . 'includes/class-shieldclimb-cbbtcsol.php'); // Include the payment gateway class
     171        include_once(plugin_dir_path(__FILE__) . 'includes/class-shieldclimb-pyusdsol.php'); // Include the payment gateway class
     172        include_once(plugin_dir_path(__FILE__) . 'includes/class-shieldclimb-trumpsol.php'); // Include the payment gateway class
    107173
    108174    // Conditional function that check if Checkout page use Checkout Blocks
     
    123189        wc_add_notice(esc_html($shieldclimbcryptogateway_message), $shieldclimbcryptogateway_notice_type);
    124190    }
    125 }   
     191}      
    126192
    127193include_once(plugin_dir_path(__FILE__) . 'includes/shieldclimb-crypto-payment-functions.php');
Note: See TracChangeset for help on using the changeset viewer.