示例#1
0
        public static Transaction ToShopifyModel(this StorefrontModel.PaymentIn payment)
        {
            var converter = new ShopifyModelConverter();

            return(converter.ToLiquidTransaction(payment));
        }