Changeset 1314998
- Timestamp:
- 12/23/2015 12:45:32 PM (10 years ago)
- Location:
- first-data-payment-gateway-for-woocommerce
- Files:
-
- 9 added
- 2 edited
-
tags/1.1 (added)
-
tags/1.1/images (added)
-
tags/1.1/images/first_data.png (added)
-
tags/1.1/os-first-data-class.php (added)
-
tags/1.1/os-woocommerce-firstdata.php (added)
-
tags/1.1/readme.txt (added)
-
tags/1.1/screenshot-1.png (added)
-
tags/1.1/screenshot-2.png (added)
-
tags/1.1/screenshot-3.png (added)
-
trunk/os-woocommerce-firstdata.php (modified) (3 diffs)
-
trunk/readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
first-data-payment-gateway-for-woocommerce/trunk/os-woocommerce-firstdata.php
r1291348 r1314998 4 4 * Plugin URI: http://offshorent.com/extensions/os-woocommerce-firstdata/ 5 5 * Description: First Data 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 add_action( 'plugins_loaded', 'os_woocommerce_plugin_init', 0 ); … … 365 365 366 366 $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' ) ); 368 368 } 369 369 } else { … … 372 372 $order->update_status( 'failed' ); 373 373 374 $woocommerce->add_error( __( '(Transaction Error) Error processing payment.', 'oswc_fistdata' ) );374 wc_add_notice( __( '(Transaction Error) Error processing payment.', 'oswc_fistdata' ) ); 375 375 } 376 376 } -
first-data-payment-gateway-for-woocommerce/trunk/readme.txt
r1291376 r1314998 3 3 Tags: First Data, First Data 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.