/** * External dependencies */ import { RawHTML } from '@wordpress/element'; export default function Save( { attributes } ) { const { productId } = attributes; return productId ? { `[simple-payment id="${ productId }"]` } : null; }