Skip to content

Commit

Permalink
#99: Separate product JSON resources with prices and without prices.
Browse files Browse the repository at this point in the history
  • Loading branch information
heshamMassoud committed Sep 27, 2017
1 parent 752b685 commit 784e395
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,6 @@
import static io.sphere.sdk.json.SphereJsonUtils.readObjectFromResource;

public final class ProductITUtils {
public static final String PRODUCT_KEY_1_CHANGED_RESOURCE_PATH = "product-key-1-changed.json";
public static final String PRODUCT_KEY_2_RESOURCE_PATH = "product-key-2.json";
public static final String PRODUCT_TYPE_RESOURCE_PATH = "product-type.json";
public static final String PRODUCT_TYPE_NO_KEY_RESOURCE_PATH = "product-type-no-key.json";

/**
* This method blocks to create a product type, which is defined by the JSON resource found in the supplied
* {@code jsonResourcePath}, in the CTP project defined by the supplied {@code ctpClient}.
Expand Down

0 comments on commit 784e395

Please sign in to comment.