From 3999003e9a15eefe2ae0ce364adda6b11d1fdecd Mon Sep 17 00:00:00 2001 From: magepeopleteam Date: Thu, 5 Oct 2023 07:09:17 +0000 Subject: [PATCH] function update --- inc/mep_functions.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/inc/mep_functions.php b/inc/mep_functions.php index d72abb6..e5b0fba 100755 --- a/inc/mep_functions.php +++ b/inc/mep_functions.php @@ -796,7 +796,7 @@ function mep_beta_disable_add_to_cart_if_product_is_in_cart($is_purchasable, $pr } } - + if(!defined('PAYPLUG_GATEWAY_VERSION')){ if(!class_exists('WC_Xendit_CC')){ if(!class_exists( 'PaysonCheckout_For_WooCommerce' )){ if(!class_exists( 'RP_SUB' )){ @@ -808,6 +808,7 @@ function mep_beta_disable_add_to_cart_if_product_is_in_cart($is_purchasable, $pr } } } + } } } }