Example #1
0
        public static Notification ToShopifyModel(this StorefrontNotification notification)
        {
            var converter = new ShopifyModelConverter();

            return(converter.ToLiquidNotification(notification));
        }