Changeset 2645746
- Timestamp:
- 12/17/2021 10:51:32 AM (4 years ago)
- Location:
- authorizenet-payment-gateway-for-woocommerce
- Files:
-
- 12 added
- 2 edited
-
tags/6.4 (added)
-
tags/6.4/images (added)
-
tags/6.4/images/loader.gif (added)
-
tags/6.4/images/logo.gif (added)
-
tags/6.4/images/transaction_icon.svg (added)
-
tags/6.4/index.php (added)
-
tags/6.4/internal (added)
-
tags/6.4/internal/utils.php (added)
-
tags/6.4/readme.txt (added)
-
trunk/images/transaction_icon.svg (added)
-
trunk/index.php (modified) (2 diffs)
-
trunk/internal (added)
-
trunk/internal/utils.php (added)
-
trunk/readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
authorizenet-payment-gateway-for-woocommerce/trunk/index.php
r2633390 r2645746 13 13 14 14 add_action('plugins_loaded', 'woocommerce_tech_autho_init', 0); 15 include( plugin_dir_path( __FILE__ ) . 'internal/utils.php'); 15 16 16 17 function woocommerce_tech_autho_init() { … … 462 463 add_filter('woocommerce_payment_gateways', 'woocommerce_add_tech_autho_gateway' ); 463 464 } 464 465 $utils = new Indatos_Authorizenetbasic_Utils(); 465 466 add_filter( 'plugin_action_links_' . plugin_basename(__FILE__), 'authsim_action_links' ); 466 467 function authsim_action_links ( $links ) { -
authorizenet-payment-gateway-for-woocommerce/trunk/readme.txt
r2633390 r2645746 6 6 Requires at least: 3.0.1 7 7 Tested up to: 5.8.2 8 Stable tag: 6. 38 Stable tag: 6.4 9 9 License: GPLv2 or later 10 10 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 31 31 6. This plugin use hosted solution provided by Authorize.net and payment is processed on secured servers of Authorize.net 32 32 7. Now with Option to use Authorize only mode. 33 8. Recent Unsettled Transaction from authorize.net live can be viewed in wordpress dashbboard. 33 34 34 35 **Contact me for any Help you need to setup or need extra feature, just leave a comment** … … 83 84 84 85 == Changelog == 86 = 6.4 = 87 * Authorize.net Unsetted Transaction List 88 85 89 = 5.2 = 86 90 * Relay Whitelisting
Note: See TracChangeset
for help on using the changeset viewer.