fun emptyCart()

in server/src/main/kotlin/ai/koog/book/app/service/WebShopService.kt [68:70]


    fun emptyCart() {
        cart.clear()
    }