Update components missing params

This commit is contained in:
Veljko 2021-02-18 22:05:14 +01:00
parent a77a4f264e
commit 10a5c8df63
1 changed files with 2 additions and 1 deletions

View File

@ -171,7 +171,8 @@ const completeOnboardingWizard = async () => {
/**
* Create simple product.
*
* @param simpleProductName - Defaults to Simple Product. Customizable title.
* @param productTitle - Defaults to Simple Product. Customizable title.
* @param productPrice - Defaults to $9.99. Customizable pricing.
*/
const createSimpleProduct = async ( productTitle = simpleProductName, productPrice = simpleProductPrice ) => {
const product = await factories.products.simple.create( {