Changeset 2859119
- Timestamp:
- 02/02/2023 05:06:05 PM (3 years ago)
- Location:
- authorizenet-payment-gateway-for-woocommerce
- Files:
-
- 2 edited
-
tags/7.4/index.php (modified) (2 diffs)
-
trunk/index.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
authorizenet-payment-gateway-for-woocommerce/tags/7.4/index.php
r2840350 r2859119 3 3 Plugin Name: Authorize.net Payment Gateway For WooCommerce 4 4 Description: Extends WooCommerce to Process Payments with Authorize.net gateway. HMAC-SHA512 Compatible version. 5 Version: 7. 45 Version: 7.5 6 6 Plugin URI: http://www.indatos.com?source=woocomautho 7 7 Author: Eshan Varma … … 9 9 License: Under GPL2 10 10 WC requires at least: 3.0.0 11 WC tested up to: 7. 2.211 WC tested up to: 7.3.0 12 12 */ 13 13 -
authorizenet-payment-gateway-for-woocommerce/trunk/index.php
r2840350 r2859119 3 3 Plugin Name: Authorize.net Payment Gateway For WooCommerce 4 4 Description: Extends WooCommerce to Process Payments with Authorize.net gateway. HMAC-SHA512 Compatible version. 5 Version: 7. 45 Version: 7.5 6 6 Plugin URI: http://www.indatos.com?source=woocomautho 7 7 Author: Eshan Varma … … 9 9 License: Under GPL2 10 10 WC requires at least: 3.0.0 11 WC tested up to: 7. 2.211 WC tested up to: 7.3.0 12 12 */ 13 13 … … 275 275 else{ 276 276 $order->payment_complete($_REQUEST['x_trans_id']); 277 $order->add_order_note('Aut orize.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']); 278 278 $order->add_order_note($this->msg['message']); 279 279 $woocommerce->cart->empty_cart();
Note: See TracChangeset
for help on using the changeset viewer.