Ejemplo n.º 1
0
        public static TierPrice ToShopifyModel(this Storefront.Model.TierPrice tierPrice)
        {
            var converter = new ShopifyModelConverter();

            return(converter.ToLiquidTierPrice(tierPrice));
        }