Changeset 2782726
- Timestamp:
- 09/10/2022 08:58:17 AM (4 years ago)
- Location:
- wpmktgengine-extension-woocommerce
- Files:
-
- 4 edited
- 1 copied
-
tags/1.7.44 (copied) (copied from wpmktgengine-extension-woocommerce/trunk)
-
tags/1.7.44/readme.txt (modified) (2 diffs)
-
tags/1.7.44/wpmktgengine-woocommerce.php (modified) (5 diffs)
-
trunk/readme.txt (modified) (2 diffs)
-
trunk/wpmktgengine-woocommerce.php (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
wpmktgengine-extension-woocommerce/tags/1.7.44/readme.txt
r2782677 r2782726 6 6 License: GPLv2 or later 7 7 License URI: http://www.gnu.org/licenses/gpl-2.0.html 8 Stable tag: 1.7.4 38 Stable tag: 1.7.44 9 9 Understand how your leads and customers are participating with your ecommerce. 10 10 … … 42 42 43 43 == Changelog == 44 45 == 1.7.44 == 46 Fixed the issue of subscription renewal order duplicating while inserting into the order queue table. 44 47 45 48 == 1.7.43 == -
wpmktgengine-extension-woocommerce/tags/1.7.44/wpmktgengine-woocommerce.php
r2782677 r2782726 6 6 Author URI: http://www.genoo.com/ 7 7 Author Email: info@genoo.com 8 Version: 1.7.4 38 Version: 1.7.44 9 9 License: GPLv2 10 10 WC requires at least: 3.0.0 … … 3720 3720 3721 3721 $rand = rand(); 3722 3723 if (!$getrenewal): 3722 3724 3723 3725 $getrenewal = get_post_meta($order_id, '_subscription_renewal', true); … … 3797 3799 3798 3800 try { 3799 if (!$getrenewal):3801 3800 3802 $WPME_API->updateCart( 3801 3803 $cartOrder->id, … … 3808 3810 $order_id 3809 3811 ); 3810 endif;3812 3811 3813 } 3812 3814 catch (\Exception $e) { … … 3876 3878 } 3877 3879 } 3878 3880 endif; 3879 3881 }, 3880 3882 10, -
wpmktgengine-extension-woocommerce/trunk/readme.txt
r2782677 r2782726 6 6 License: GPLv2 or later 7 7 License URI: http://www.gnu.org/licenses/gpl-2.0.html 8 Stable tag: 1.7.4 38 Stable tag: 1.7.44 9 9 Understand how your leads and customers are participating with your ecommerce. 10 10 … … 42 42 43 43 == Changelog == 44 45 == 1.7.44 == 46 Fixed the issue of subscription renewal order duplicating while inserting into the order queue table. 44 47 45 48 == 1.7.43 == -
wpmktgengine-extension-woocommerce/trunk/wpmktgengine-woocommerce.php
r2782677 r2782726 6 6 Author URI: http://www.genoo.com/ 7 7 Author Email: info@genoo.com 8 Version: 1.7.4 38 Version: 1.7.44 9 9 License: GPLv2 10 10 WC requires at least: 3.0.0 … … 3720 3720 3721 3721 $rand = rand(); 3722 3723 if (!$getrenewal): 3722 3724 3723 3725 $getrenewal = get_post_meta($order_id, '_subscription_renewal', true); … … 3797 3799 3798 3800 try { 3799 if (!$getrenewal):3801 3800 3802 $WPME_API->updateCart( 3801 3803 $cartOrder->id, … … 3808 3810 $order_id 3809 3811 ); 3810 endif;3812 3811 3813 } 3812 3814 catch (\Exception $e) { … … 3876 3878 } 3877 3879 } 3878 3880 endif; 3879 3881 }, 3880 3882 10,
Note: See TracChangeset
for help on using the changeset viewer.