Razorpay for WooCommerce - Version 1.6.5

Version Description

Download this release

Release Info

Developer razorpay
Plugin Icon 128x128 Razorpay for WooCommerce
Version 1.6.5
Comparing to
See all releases

Code changes from version 1.6.3 to 1.6.5

Files changed (2) hide show
  1. razorpay-payments.php +3 -3
  2. readme.txt +1 -1
razorpay-payments.php CHANGED
@@ -3,8 +3,8 @@
3
  * Plugin Name: Razorpay for WooCommerce
4
  * Plugin URI: https://razorpay.com
5
  * Description: Razorpay Payment Gateway Integration for WooCommerce
6
- * Version: 1.6.3
7
- * Stable tag: 1.6.3
8
  * Author: Team Razorpay
9
  * WC tested up to: 3.2.1
10
  * Author URI: https://razorpay.com
@@ -691,7 +691,7 @@ EOT;
691
 
692
  return $order->order_key;
693
  }
694
-
695
  public function process_refund($orderId, $amount = null, $reason = '')
696
  {
697
  $order = new WC_Order($orderId);
3
  * Plugin Name: Razorpay for WooCommerce
4
  * Plugin URI: https://razorpay.com
5
  * Description: Razorpay Payment Gateway Integration for WooCommerce
6
+ * Version: 1.6.5
7
+ * Stable tag: 1.6.5
8
  * Author: Team Razorpay
9
  * WC tested up to: 3.2.1
10
  * Author URI: https://razorpay.com
691
 
692
  return $order->order_key;
693
  }
694
+
695
  public function process_refund($orderId, $amount = null, $reason = '')
696
  {
697
  $order = new WC_Order($orderId);
readme.txt CHANGED
@@ -3,7 +3,7 @@ Contributors: razorpay
3
  Tags: razorpay, payments, india, woocommerce, ecommerce
4
  Requires at least: 3.9.2
5
  Tested up to: 4.8
6
- Stable tag: 1.6.3
7
  License: GPLv2 or later
8
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
9
 
3
  Tags: razorpay, payments, india, woocommerce, ecommerce
4
  Requires at least: 3.9.2
5
  Tested up to: 4.8
6
+ Stable tag: 1.6.5
7
  License: GPLv2 or later
8
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
9