CartJS API method cart.empty() does not empty the cartSummaryBelow script from developer documentation does not work var cart = new sn_sc.CartJS();cart.empty();InstructionsGet the cart ID to ensure you are emptying the correct cart. Sample script below:var cart = new sn_sc.CartJS(); var cartId = cart.getCartID(); gs.info(cartId); cart.empty(cartId);