@automattic/calypso-products
Version:
This module contains information about the various products sold within calypso, such as product slugs, plan intervals, etc.
9 lines • 473 B
JavaScript
import { getJetpackProductsWhatIsIncludedComingSoon } from './translations';
/**
* Get Jetpack product "Includes" that are coming soon based on the product purchase object.
*/
export function getJetpackProductWhatIsIncludedComingSoon(product) {
const jetpackProductsIncludesInfo = getJetpackProductsWhatIsIncludedComingSoon();
return jetpackProductsIncludesInfo[product.product_slug];
}
//# sourceMappingURL=get-jetpack-product-what-is-included-coming-soon.js.map