コード例 #1
0
        public static Discount ToShopifyModel(this Storefront.Model.Marketing.Discount discount)
        {
            var converter = new ShopifyModelConverter();

            return(converter.ToLiquidDiscount(discount));
        }