Update components missing params
This commit is contained in:
parent
a77a4f264e
commit
10a5c8df63
|
@ -171,7 +171,8 @@ const completeOnboardingWizard = async () => {
|
||||||
/**
|
/**
|
||||||
* Create simple product.
|
* 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 createSimpleProduct = async ( productTitle = simpleProductName, productPrice = simpleProductPrice ) => {
|
||||||
const product = await factories.products.simple.create( {
|
const product = await factories.products.simple.create( {
|
||||||
|
|
Loading…
Reference in New Issue