Version Description
- Pay.IR
Download this release
Release Info
Developer | hannanstd |
Plugin | Persian Woocommerce |
Version | 3.3.6.2 |
Comparing to | |
See all releases |
Code changes from version 3.3.6.1 to 3.3.6.2
- include/gateways/class-payir.php +1 -2
- include/lib/nusoap-php5.3.php +1 -1
- readme.txt +4 -6
- woocommerce-persian.php +2 -2
include/gateways/class-payir.php
CHANGED
@@ -51,9 +51,8 @@ if ( ! class_exists( 'Woocommerce_Ir_Gateway_PayIr' ) ) :
|
|
51 |
$amount = $this->get_total( 'IRR' );
|
52 |
$callback = $this->get_verify_url();
|
53 |
$mobile = $this->get_order_mobile();
|
54 |
-
$products = $this->get_order_items( true );
|
55 |
$order_number = $this->get_order_props( 'order_number' );
|
56 |
-
$description = 'شماره سفارش #' . $order_number
|
57 |
$apiID = $this->option( 'sandbox' ) == '1' ? 'test' : $this->option( 'api' );
|
58 |
|
59 |
$ch = curl_init();
|
51 |
$amount = $this->get_total( 'IRR' );
|
52 |
$callback = $this->get_verify_url();
|
53 |
$mobile = $this->get_order_mobile();
|
|
|
54 |
$order_number = $this->get_order_props( 'order_number' );
|
55 |
+
$description = 'شماره سفارش #' . $order_number;
|
56 |
$apiID = $this->option( 'sandbox' ) == '1' ? 'test' : $this->option( 'api' );
|
57 |
|
58 |
$ch = curl_init();
|
include/lib/nusoap-php5.3.php
CHANGED
@@ -81,7 +81,7 @@ $GLOBALS['_transient']['static']['nusoap_base']['globalDebugLevel'] = 9;
|
|
81 |
* @version $Id: nusoap.php,v 1.123 2010/04/26 20:15:08 snichol Exp $
|
82 |
* @access public
|
83 |
*/
|
84 |
-
error_reporting( '0' );
|
85 |
|
86 |
class nusoap_base {
|
87 |
/**
|
81 |
* @version $Id: nusoap.php,v 1.123 2010/04/26 20:15:08 snichol Exp $
|
82 |
* @access public
|
83 |
*/
|
84 |
+
//error_reporting( '0' );
|
85 |
|
86 |
class nusoap_base {
|
87 |
/**
|
readme.txt
CHANGED
@@ -44,6 +44,8 @@ Tested up to: 4.9.5
|
|
44 |
You can read complete documentations on the [woocommerce.ir](http://www.woocommerce.ir)
|
45 |
|
46 |
== Changelog ==
|
|
|
|
|
47 |
= 3.3.6.1 =
|
48 |
* رفع مشکل منوی تنظیمات افزونه پیامک
|
49 |
= 3.3.6 =
|
@@ -129,11 +131,7 @@ You can read complete documentations on the [woocommerce.ir](http://www.woocomme
|
|
129 |
* نسخه اولیه
|
130 |
|
131 |
== Upgrade Notice ==
|
132 |
-
= 3.3.6.
|
133 |
-
* رفع مشکل
|
134 |
-
* پس از بروز رسانی یک بار دیگر درگاه Pay.ir را تنظیم نمایید.
|
135 |
-
* بهبود بخش شهرهای ایران (به ووکامرس پارسی >> ابزارها مراجعه شود)
|
136 |
-
* اضافه شدن هسته اصلی درگاه های ایرانی برای بهبود و افزایش امنیت پرداخت
|
137 |
-
* رفع باگ و بازنویسی توابع قدیمی - کلاس بندی کدها
|
138 |
== Traducciones ==
|
139 |
پشتیبانی در سایت [Woocommerce.ir](http://www.woocommerce.ir) انجام میشود.
|
44 |
You can read complete documentations on the [woocommerce.ir](http://www.woocommerce.ir)
|
45 |
|
46 |
== Changelog ==
|
47 |
+
= 3.3.6.2 =
|
48 |
+
* رفع مشکل درگاه Pay.IR
|
49 |
= 3.3.6.1 =
|
50 |
* رفع مشکل منوی تنظیمات افزونه پیامک
|
51 |
= 3.3.6 =
|
131 |
* نسخه اولیه
|
132 |
|
133 |
== Upgrade Notice ==
|
134 |
+
= 3.3.6.2 =
|
135 |
+
* رفع مشکل درگاه Pay.IR
|
|
|
|
|
|
|
|
|
136 |
== Traducciones ==
|
137 |
پشتیبانی در سایت [Woocommerce.ir](http://www.woocommerce.ir) انجام میشود.
|
woocommerce-persian.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
Plugin Name: ووکامرس فارسی
|
4 |
Plugin URI: http://woocommerce.ir
|
5 |
Description: بسته فارسی ساز ووکامرس پارسی به راحتی سیستم فروشگاه ساز ووکامرس را فارسی می کند. با فعال سازی افزونه ، بسیاری از قابلیت های مخصوص ایران به افزونه افزوده می شوند. پشتیبانی در <a href="http://www.woocommerce.ir/" target="_blank">ووکامرس پارسی</a>.
|
6 |
-
Version: 3.3.6.
|
7 |
Author: ووکامرس فارسی
|
8 |
Author URI: http://woocommerce.ir
|
9 |
WC requires at least: 3.0.0
|
@@ -15,7 +15,7 @@ if ( ! defined( 'ABSPATH' ) ) {
|
|
15 |
}
|
16 |
|
17 |
if ( ! defined( 'PW_VERSION' ) ) {
|
18 |
-
define( 'PW_VERSION', '3.3.6.
|
19 |
}
|
20 |
|
21 |
require_once( 'include/class-core.php' );
|
3 |
Plugin Name: ووکامرس فارسی
|
4 |
Plugin URI: http://woocommerce.ir
|
5 |
Description: بسته فارسی ساز ووکامرس پارسی به راحتی سیستم فروشگاه ساز ووکامرس را فارسی می کند. با فعال سازی افزونه ، بسیاری از قابلیت های مخصوص ایران به افزونه افزوده می شوند. پشتیبانی در <a href="http://www.woocommerce.ir/" target="_blank">ووکامرس پارسی</a>.
|
6 |
+
Version: 3.3.6.2
|
7 |
Author: ووکامرس فارسی
|
8 |
Author URI: http://woocommerce.ir
|
9 |
WC requires at least: 3.0.0
|
15 |
}
|
16 |
|
17 |
if ( ! defined( 'PW_VERSION' ) ) {
|
18 |
+
define( 'PW_VERSION', '3.3.6.2' );
|
19 |
}
|
20 |
|
21 |
require_once( 'include/class-core.php' );
|