Smalot\Magento\Cart\Cart::getLicense PHP Method

getLicense() public method

Allows you to retrieve the website license agreement for the quote according to the website (store).
public getLicense ( integer $quoteId, string $store = null ) : Smalot\Magento\ActionInterface
$quoteId integer
$store string
return Smalot\Magento\ActionInterface
    public function getLicense($quoteId, $store = null)
    {
        return $this->__createAction('cart.license', func_get_args());
    }