Skip to content

Commit

Permalink
Update setProductIDs.
Browse files Browse the repository at this point in the history
  • Loading branch information
juniovitorino committed Feb 25, 2025
1 parent 8bf8c6a commit 6d54e5f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ MissingProductID.args = {
registry.dispatch( MODULES_READER_REVENUE_MANAGER ).setProductID( 1 );
registry
.dispatch( MODULES_READER_REVENUE_MANAGER )
.setProductIDs( [ 0, 3 ] );
.setProductIDs( [ 'product-a', 'product-b', 'product-c' ] );
},
};

Expand Down

0 comments on commit 6d54e5f

Please sign in to comment.