Exemple #1
0
        public static QuoteRequestTotals ToShopifyModel(this Storefront.Model.Quote.QuoteRequestTotals totals)
        {
            var converter = new ShopifyModelConverter();

            return(converter.ToLiquidRequestTotal(totals));
        }