List of usage examples for com.liferay.portal.util LicenseUtil registerOrder
public static Map<String, Object> registerOrder(String orderUuid, String productEntryName, int maxServers)
From source file:com.liferay.marketplace.store.web.internal.util.MarketplaceLicenseUtil.java
License:Open Source License
public static void registerOrder(String orderUuid, String productEntryName) throws Exception { LicenseUtil.registerOrder(orderUuid, productEntryName, 0); }