Plugin Directory

Changeset 2859119


Ignore:
Timestamp:
02/02/2023 05:06:05 PM (3 years ago)
Author:
ishanverma
Message:

updates for woocommerce 7.3, plus some other changes

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

Legend:

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

    r2840350 r2859119  
    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: 7.4
     5   Version: 7.5
    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: 7.2.2
     11   WC tested up to: 7.3.0
    1212*/
    1313
  • authorizenet-payment-gateway-for-woocommerce/trunk/index.php

    r2840350 r2859119  
    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: 7.4
     5   Version: 7.5
    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: 7.2.2
     11   WC tested up to: 7.3.0
    1212*/
    1313
     
    275275                        else{
    276276                            $order->payment_complete($_REQUEST['x_trans_id']);
    277                             $order->add_order_note('Autorize.net payment successful<br/>Ref Number/Transaction ID: '.$_REQUEST['x_trans_id']);
     277                            $order->add_order_note('Authorize.net payment successful<br/>Ref Number/Transaction ID: '.$_REQUEST['x_trans_id']);
    278278                            $order->add_order_note($this->msg['message']);
    279279                            $woocommerce->cart->empty_cart();
Note: See TracChangeset for help on using the changeset viewer.