Juan Camacho wrote:
> There seems to be a bug with the following:
>
> $cart->options(
> 'option_id.group_id' => $group_id,
> { join => ['option_id'] }
> )->delete;
>
What error does this give? Or does it just not work?