Changeset 1314995
- Timestamp:
- 12/23/2015 12:41:31 PM (10 years ago)
- Location:
- os-woocommerce-authorizenet-aim
- Files:
-
- 7 added
- 2 edited
-
tags/1.1 (added)
-
tags/1.1/images (added)
-
tags/1.1/images/logo.gif (added)
-
tags/1.1/os-woocommerce-authorizenet-aim.php (added)
-
tags/1.1/readme.txt (added)
-
tags/1.1/screenshot-1.png (added)
-
tags/1.1/screenshot-2.png (added)
-
trunk/os-woocommerce-authorizenet-aim.php (modified) (4 diffs)
-
trunk/readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
os-woocommerce-authorizenet-aim/trunk/os-woocommerce-authorizenet-aim.php
r1293499 r1314995 4 4 * Plugin URI: http://offshorent.com/extensions/os-woocommerce-authorizenet-aim/ 5 5 * Description: AuthorizeNet WooCommerce addon adds a payment option for customers to pay with their Credit Cards. 6 * Version: 1. 07 * Author: Jinesh.P.V, Team Leader Offshorent Solutions Pvt Ltd.6 * Version: 1.1 7 * Author: Offshorent Solutions Pvt Ltd. | Jinesh.P.V 8 8 * Author URI: http://offshorent.com/ 9 9 * Requires at least: 3.8 10 * Tested up to: 4. 3.110 * Tested up to: 4.4 11 11 **/ 12 12 … … 340 340 341 341 $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' ) ); 343 343 } 344 344 } else { … … 346 346 $order->add_order_note( $this->failed_message ); 347 347 $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' ) ); 349 349 } 350 350 } … … 399 399 } 400 400 401 /**402 * Authorize.net AIM refund403 **/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 = '' ) {} 406 406 } 407 407 -
os-woocommerce-authorizenet-aim/trunk/readme.txt
r1293499 r1314995 3 3 Tags: Authorize.net, Authorize.net Gateway, Payment, Payment gateway, credicard pay, credit card 4 4 Requires at least: 3.8 5 Tested up to: 4. 3.16 Stable tag: 1. 05 Tested up to: 4.4 6 Stable tag: 1.1 7 7 License: GPLv2 or later 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html
Note: See TracChangeset
for help on using the changeset viewer.