Plugin Directory

Changeset 1314998


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

New version committed, version error fixed

Location:
first-data-payment-gateway-for-woocommerce
Files:
9 added
2 edited

Legend:

Unmodified
Added
Removed
  • first-data-payment-gateway-for-woocommerce/trunk/os-woocommerce-firstdata.php

    r1291348 r1314998  
    44 * Plugin URI: http://offshorent.com/extensions/os-woocommerce-firstdata/
    55 * Description: First Data 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**/
    1212add_action( 'plugins_loaded', 'os_woocommerce_plugin_init', 0 );
     
    365365               
    366366                    $order->add_order_note( $this->failed_message . $firstdata->response->exact_resp_code );
    367                     $woocommerce->add_error( __( '(Transaction Error) ' . $firstdata->response->exact_resp_code, 'oswc_fistdata' ) );
     367                    wc_add_notice( __( '(Transaction Error) ' . $firstdata->response->exact_resp_code, 'oswc_fistdata' ) );
    368368                }
    369369            } else {
     
    372372                $order->update_status( 'failed' );
    373373               
    374                 $woocommerce->add_error( __( '(Transaction Error) Error processing payment.', 'oswc_fistdata' ) );
     374                wc_add_notice( __( '(Transaction Error) Error processing payment.', 'oswc_fistdata' ) );
    375375            }
    376376        }
  • first-data-payment-gateway-for-woocommerce/trunk/readme.txt

    r1291376 r1314998  
    33Tags: First Data, First Data 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.