Changeset 3371061
- Timestamp:
- 10/01/2025 11:36:07 AM (6 months ago)
- Location:
- shieldclimb-high-risk-card-payment-gateway/trunk
- Files:
-
- 1 deleted
- 3 edited
-
includes/class-shieldclimb-coinbase.php (deleted)
-
includes/shieldclimb-payment-functions.php (modified) (1 diff)
-
readme.txt (modified) (3 diffs)
-
shieldclimb-high-risk-card-payment-gateway.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
shieldclimb-high-risk-card-payment-gateway/trunk/includes/shieldclimb-payment-functions.php
r3323022 r3371061 43 43 $gateway_conditions = [ 44 44 'shieldclimb-stripe' => 2, 45 'shieldclimb-coinbase' => 2,46 45 'shieldclimb-robinhood' => 5, 47 46 'shieldclimb-rampnetwork' => 4, -
shieldclimb-high-risk-card-payment-gateway/trunk/readme.txt
r3323022 r3371061 1 1 === ShieldClimb – Card Payment Gateway with Instant Payouts and Chargeback Protection === 2 2 Contributors: shieldclimb 3 Donate link: https://shieldclimb.com/ 3 Donate link: https://shieldclimb.com/product/donate-now/ 4 4 Tags: payment gateway, high-risk payment, woocommerce, credit card, payment 5 5 Requires at least: 5.8 6 6 Tested up to: 6.8 7 Stable tag: 1.2. 57 Stable tag: 1.2.6 8 8 Requires PHP: 7.2 9 9 WC requires at least: 5.8 10 WC tested up to: 9.9.510 WC tested up to: 10.2.2 11 11 License: GPLv3 12 12 License URI: http://www.gnu.org/licenses/gpl-3.0.html … … 96 96 = Are there any restricted businesses? = 97 97 98 Anyone can use our payment plugin instantly without providing any information. However if your website category falls under our [prohibited business list](https://shieldclimb.com/high-risk- card-payment-gateway/#prohibited-business-list) your domain will be blocked.98 Anyone can use our payment plugin instantly without providing any information. However if your website category falls under our [prohibited business list](https://shieldclimb.com/high-risk-payment-gateway/#prohibited-business-list) your domain will be blocked. 99 99 100 100 == Screenshots == … … 104 104 105 105 == Changelog == 106 107 = V1.2.6 = 108 109 * **Updated**: Tested up to WooCommerce 10.2.2 110 * **Updated**: Payment providers list 106 111 107 112 = V1.2.5 = -
shieldclimb-high-risk-card-payment-gateway/trunk/shieldclimb-high-risk-card-payment-gateway.php
r3323022 r3371061 2 2 /** 3 3 * Plugin Name: ShieldClimb – Card Payment Gateway with Instant Payouts and Chargeback Protection 4 * Plugin URI: https://shieldclimb.com/high-risk- card-payment-gateway/4 * Plugin URI: https://shieldclimb.com/high-risk-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. 56 * Version: 1.2.6 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.511 * WC tested up to: 10.2.2 12 12 * Requires PHP: 7.2 13 13 * Author: shieldclimb.com 14 * Author URI: https://shieldclimb.com/ about-us/14 * Author URI: https://shieldclimb.com/ 15 15 * License: GPLv3 16 16 * License URI: http://www.gnu.org/licenses/gpl-3.0.html … … 96 96 include_once(plugin_dir_path(__FILE__) . 'includes/class-shieldclimb-bitnovo.php'); // Include the payment gateway class 97 97 include_once(plugin_dir_path(__FILE__) . 'includes/class-shieldclimb-robinhood.php'); // Include the payment gateway class 98 include_once(plugin_dir_path(__FILE__) . 'includes/class-shieldclimb-coinbase.php'); // Include the payment gateway class99 98 include_once(plugin_dir_path(__FILE__) . 'includes/class-shieldclimb-simplex.php'); // Include the payment gateway class 100 99 include_once(plugin_dir_path(__FILE__) . 'includes/class-shieldclimb-revolut.php'); // Include the payment gateway class
Note: See TracChangeset
for help on using the changeset viewer.