public PromotionEndpointTests()
        {
            var config    = new ClientConfig("test", "test-key");
            var apiClient = new ApiClient(config);

            apiClient.SimulationEnabled = true;
            promotionApi = new PromotionEndpoint(apiClient);
        }
Example #2
0
 public PromotionEndpointTests()
 {
     promotionApi = new PromotionEndpoint(client);
 }
Example #3
0
 public PromotionEndpointTests()
 {
     promotionApi  = new PromotionEndpoint(client);
     itemApi       = new ItemEndpoint(client);
     xmlSerializer = new XmlSerializer(typeof(ServiceResponse));
 }