parent
1c361bb29f
commit
e99e75b5b9
|
@ -260,7 +260,7 @@ class WC_AJAX {
|
||||||
*/
|
*/
|
||||||
public static function get_cart_totals() {
|
public static function get_cart_totals() {
|
||||||
|
|
||||||
if ( !defined( 'WOOCOMMERCE_CART' ) ) {
|
if ( ! defined( 'WOOCOMMERCE_CART' ) ) {
|
||||||
define( 'WOOCOMMERCE_CART', true );
|
define( 'WOOCOMMERCE_CART', true );
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue