Plugin Directory

Changeset 1314995


Ignore:
Timestamp:
12/23/2015 12:41:31 PM (10 years ago)
Author:
offshorent
Message:

New version committed, version error fixed

Location:
os-woocommerce-authorizenet-aim
Files:
7 added
2 edited

Legend:

Unmodified
Added
Removed
  • os-woocommerce-authorizenet-aim/trunk/os-woocommerce-authorizenet-aim.php

    r1293499 r1314995  
    44 * Plugin URI: http://offshorent.com/extensions/os-woocommerce-authorizenet-aim/
    55 * Description: AuthorizeNet WooCommerce addon adds a payment option for customers to pay with their Credit Cards.
    6  * Version: 1.0
    7  * Author: Jinesh.P.V, Team Leader Offshorent Solutions Pvt Ltd.
     6 * Version: 1.1
     7 * Author: Offshorent Solutions Pvt Ltd. | Jinesh.P.V
    88 * Author URI: http://offshorent.com/
    99 * Requires at least: 3.8
    10  * Tested up to: 4.3.1
     10 * Tested up to: 4.4
    1111**/
    1212
     
    340340               
    341341                    $order->add_order_note($this->failed_message .$response_array[3] );
    342                     $woocommerce->add_error(__('(Transaction Error) '. $response_array[3], 'oswc-authorize-aim'));
     342                    wc_add_notice(__( '(Transaction Error) '. $response_array[3], 'oswc-authorize-aim' ) );
    343343                }
    344344            } else {
     
    346346                $order->add_order_note( $this->failed_message );
    347347                $order->update_status( 'failed' );
    348                 $woocommerce->add_error( __( '(Transaction Error) Error processing payment.', 'oswc-authorize-aim' ) );
     348                wc_add_notice( __( '(Transaction Error) Error processing payment.', 'oswc-authorize-aim' ) );
    349349            }
    350350        }
     
    399399        }
    400400       
    401         /**
    402         * Authorize.net AIM refund
    403         **/
    404 
    405         public function process_refund( $order_id, $amount = NULL, $reason = '' ) {}
     401    /**
     402    * Authorize.net AIM refund
     403    **/
     404
     405    public function process_refund( $order_id, $amount = NULL, $reason = '' ) {}
    406406    }
    407407   
  • os-woocommerce-authorizenet-aim/trunk/readme.txt

    r1293499 r1314995  
    33Tags: Authorize.net, Authorize.net Gateway, Payment, Payment gateway, credicard pay, credit card
    44Requires at least: 3.8
    5 Tested up to: 4.3.1
    6 Stable tag: 1.0
     5Tested up to: 4.4
     6Stable tag: 1.1
    77License: GPLv2 or later
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
Note: See TracChangeset for help on using the changeset viewer.