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