Skip to content

Commit

Permalink
test passed
Browse files Browse the repository at this point in the history
  • Loading branch information
srivastava-yash committed Jan 23, 2024
1 parent fa2c162 commit 2ba4cec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/commerce/Commerce.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,6 @@ std::string Commerce::ISBN10()

std::string Commerce::productId()
{
return String::alphaNumeric(10, StringCasing::Upper, "");
return String::alphanumeric(10, StringCasing::Upper, "");
}
}

0 comments on commit 2ba4cec

Please sign in to comment.