Plugin Directory

Changeset 2415886


Ignore:
Timestamp:
11/10/2020 02:45:40 PM (5 years ago)
Author:
ishanverma
Message:

Updates

Location:
authorizenet-payment-gateway-for-woocommerce
Files:
7 added
2 edited

Legend:

Unmodified
Added
Removed
  • authorizenet-payment-gateway-for-woocommerce/trunk/index.php

    r2411821 r2415886  
    33   Plugin Name: Authorize.net Payment Gateway For WooCommerce
    44   Description: Extends WooCommerce to Process Payments with Authorize.net gateway. HMAC-SHA512 Compatible version.
    5    Version: 5.66
     5   Version: 6.0
    66   Plugin URI: http://www.indatos.com?source=woocomautho
    77   Author: Eshan Varma
     
    99   License: Under GPL2
    1010   WC requires at least: 3.0.0
    11    WC tested up to: 4.6.1
     11   WC tested up to: 4.6.2
    1212*/
    1313
     
    132132                  'type'         => 'select',
    133133                  '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.)" ),
    135135            'transaction_mode'    => array(
    136136                  'title'        => __('Transaction Mode'),
     
    421421                  jQuery(function(){
    422422                     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').'",
    424424                           overlayCSS:
    425425                        {
     
    436436                           cursor:           "wait",
    437437                           lineHeight:       "32px",
    438                            "z-index": "999999999999999999999999999999999"
     438                           "z-index": "999999999999999999999999999999999",
     439                         
    439440                     }
    440441                     });
    441                   jQuery("#submit_authorize_payment_form").click();
     442                 jQuery("#submit_authorize_payment_form").click();
    442443               });
    443444               </script>
  • authorizenet-payment-gateway-for-woocommerce/trunk/readme.txt

    r2411819 r2415886  
    66Requires at least: 3.0.1
    77Tested up to: 5.5.3
    8 Stable tag: 5.66
     8Stable tag: 6.0
    99License: GPLv2 or later
    1010License URI: http://www.gnu.org/licenses/gpl-2.0.html
Note: See TracChangeset for help on using the changeset viewer.