Changeset 3323022
- Timestamp:
- 07/06/2025 02:21:47 PM (9 months ago)
- Location:
- shieldclimb-high-risk-card-payment-gateway/trunk
- Files:
-
- 3 deleted
- 3 edited
-
includes/class-shieldclimb-finchpay.php (deleted)
-
includes/class-shieldclimb-swipelux.php (deleted)
-
includes/class-shieldclimb-utorg.php (deleted)
-
includes/shieldclimb-payment-functions.php (modified) (1 diff)
-
readme.txt (modified) (3 diffs)
-
shieldclimb-high-risk-card-payment-gateway.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
shieldclimb-high-risk-card-payment-gateway/trunk/includes/shieldclimb-payment-functions.php
r3311987 r3323022 49 49 'shieldclimb-bitnovo' => 10, 50 50 'shieldclimb-guardarian' => 20, 51 'shieldclimb-swipelux' => 14,52 51 'shieldclimb-mercuryo' => 30, 53 52 'shieldclimb-sardine' => 30, 54 53 'shieldclimb-transak' => 15, 55 54 'shieldclimb-simplex' => 50, 56 'shieldclimb-utorg' => 50,57 55 'shieldclimb-revolut' => 15, 58 'shieldclimb-finchpay' => 40,59 56 'shieldclimb-transfi' => 70 60 57 ]; -
shieldclimb-high-risk-card-payment-gateway/trunk/readme.txt
r3311987 r3323022 5 5 Requires at least: 5.8 6 6 Tested up to: 6.8 7 Stable tag: 1.2. 47 Stable tag: 1.2.5 8 8 Requires PHP: 7.2 9 9 WC requires at least: 5.8 10 WC tested up to: 9.9. 310 WC tested up to: 9.9.5 11 11 License: GPLv3 12 12 License URI: http://www.gnu.org/licenses/gpl-3.0.html … … 33 33 * Custom Payment Icons Per Provider 34 34 * Multi-Currency Support 35 36 📺 **Watch the full install and setup tutorial here:** 37 [youtube https://www.youtube.com/watch?v=Z9CLAPr6heA] 35 38 36 39 == ShieldClimb API - Third-Party Service Documentation == … … 102 105 == Changelog == 103 106 107 = V1.2.5 = 108 109 * **Updated**: Tested up to WooCommerce 9.9.5 110 * **Updated**: Payment providers list 111 104 112 = V1.2.4 = 105 113 -
shieldclimb-high-risk-card-payment-gateway/trunk/shieldclimb-high-risk-card-payment-gateway.php
r3311987 r3323022 4 4 * Plugin URI: https://shieldclimb.com/high-risk-card-payment-gateway/ 5 5 * Description: High-Risk Business Card Payment Gateway with Instant Payouts to Your USDC Wallet and Full Chargeback Protection – Includes Automatic Order Processing and Auto-Hide Provider Options by Region and Minimum Balance (For setting up go to > Woocommerce > Setting > Payments tab). 6 * Version: 1.2. 46 * Version: 1.2.5 7 7 * Requires Plugins: woocommerce 8 8 * Requires at least: 5.8 9 9 * Tested up to: 6.8 10 10 * WC requires at least: 5.8 11 * WC tested up to: 9.9. 311 * WC tested up to: 9.9.5 12 12 * Requires PHP: 7.2 13 13 * Author: shieldclimb.com … … 91 91 include_once(plugin_dir_path(__FILE__) . 'includes/class-shieldclimb-transak.php'); // Include the payment gateway class 92 92 include_once(plugin_dir_path(__FILE__) . 'includes/class-shieldclimb-guardarian.php'); // Include the payment gateway class 93 include_once(plugin_dir_path(__FILE__) . 'includes/class-shieldclimb-utorg.php'); // Include the payment gateway class94 93 include_once(plugin_dir_path(__FILE__) . 'includes/class-shieldclimb-transfi.php'); // Include the payment gateway class 95 94 include_once(plugin_dir_path(__FILE__) . 'includes/class-shieldclimb-sardine.php'); // Include the payment gateway class … … 99 98 include_once(plugin_dir_path(__FILE__) . 'includes/class-shieldclimb-coinbase.php'); // Include the payment gateway class 100 99 include_once(plugin_dir_path(__FILE__) . 'includes/class-shieldclimb-simplex.php'); // Include the payment gateway class 101 include_once(plugin_dir_path(__FILE__) . 'includes/class-shieldclimb-swipelux.php'); // Include the payment gateway class102 100 include_once(plugin_dir_path(__FILE__) . 'includes/class-shieldclimb-revolut.php'); // Include the payment gateway class 103 include_once(plugin_dir_path(__FILE__) . 'includes/class-shieldclimb-finchpay.php'); // Include the payment gateway class104 101 105 102 // Conditional function that check if Checkout page use Checkout Blocks
Note: See TracChangeset
for help on using the changeset viewer.