Changeset 2415886
- Timestamp:
- 11/10/2020 02:45:40 PM (5 years ago)
- Location:
- authorizenet-payment-gateway-for-woocommerce
- Files:
-
- 7 added
- 2 edited
-
tags/6.0 (added)
-
tags/6.0/images (added)
-
tags/6.0/images/loader.gif (added)
-
tags/6.0/images/logo.gif (added)
-
tags/6.0/index.php (added)
-
tags/6.0/readme.txt (added)
-
trunk/images/loader.gif (added)
-
trunk/index.php (modified) (5 diffs)
-
trunk/readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
authorizenet-payment-gateway-for-woocommerce/trunk/index.php
r2411821 r2415886 3 3 Plugin Name: Authorize.net Payment Gateway For WooCommerce 4 4 Description: Extends WooCommerce to Process Payments with Authorize.net gateway. HMAC-SHA512 Compatible version. 5 Version: 5.665 Version: 6.0 6 6 Plugin URI: http://www.indatos.com?source=woocomautho 7 7 Author: Eshan Varma … … 9 9 License: Under GPL2 10 10 WC requires at least: 3.0.0 11 WC tested up to: 4.6. 111 WC tested up to: 4.6.2 12 12 */ 13 13 … … 132 132 'type' => 'select', 133 133 'options' => array('false'=>'Live/Production Mode', 'false_test' => 'Live/Production API in Test Mode', 'true'=>'Sandbox/Developer API Mode'), 134 'description' => "Live or Production / Sandbox Mode " ),134 'description' => "Live or Production / Sandbox Mode (Sandbox Mode requires Sandbox Account API.)" ), 135 135 'transaction_mode' => array( 136 136 'title' => __('Transaction Mode'), … … 421 421 jQuery(function(){ 422 422 jQuery("body").block({ 423 message: "<img src=\"'. $woocommerce->plugin_url().'/assets/images/wpspin-2x.gif\" alt=\"Redirecting…\" style=\"float:left; margin-right: 10px;\" />'.__('Thank you for your order. We are now redirecting you to Authorize.net to make payment.', 'tech').'",423 message: "<img src=\"'.plugin_dir_url( __FILE__ ).'images/loader.gif\" alt=\"Redirecting…\" style=\"float:left; margin-right: 10px; width:48px;\" />'.__('Thank you for your order. We are now redirecting you to Authorize.net to make payment.', 'tech').'", 424 424 overlayCSS: 425 425 { … … 436 436 cursor: "wait", 437 437 lineHeight: "32px", 438 "z-index": "999999999999999999999999999999999" 438 "z-index": "999999999999999999999999999999999", 439 439 440 } 440 441 }); 441 jQuery("#submit_authorize_payment_form").click();442 jQuery("#submit_authorize_payment_form").click(); 442 443 }); 443 444 </script> -
authorizenet-payment-gateway-for-woocommerce/trunk/readme.txt
r2411819 r2415886 6 6 Requires at least: 3.0.1 7 7 Tested up to: 5.5.3 8 Stable tag: 5.668 Stable tag: 6.0 9 9 License: GPLv2 or later 10 10 License URI: http://www.gnu.org/licenses/gpl-2.0.html
Note: See TracChangeset
for help on using the changeset viewer.