The createDefaultSalesChannel command was failing, because it searched for the use by the name: USA this has name has recently however changed to be United States of America. This PR changes the condition to search for the ISO3 code USA, which should stay the same.
The
createDefaultSalesChannel
command was failing, because it searched for the use by the name:USA
this has name has recently however changed to beUnited States of America
. This PR changes the condition to search for the ISO3 codeUSA
, which should stay the same.