Payu\Component\Basket::remove PHP Method

remove() public method

Remove product from basket with code
public remove ( string $code )
$code string
    public function remove($code)
    {
        unset($this->collection[$code]);
    }