'accessKey' => AccessKeyHelper::
generateAccessKey('sales-channel'
),
'languageId' => Defaults::LANGUAGE_SYSTEM,
'snippetSetId' =>
$this->
getSnippetSetIdForLocale('en-GB'
),
'currencyId' => Defaults::CURRENCY,
'currencyVersionId' => Defaults::LIVE_VERSION,
'paymentMethodId' =>
$this->
getValidPaymentMethodId(),
'paymentMethodVersionId' => Defaults::LIVE_VERSION,
'shippingMethodId' =>
$this->
getValidShippingMethodId(),
'shippingMethodVersionId' => Defaults::LIVE_VERSION,
'navigationCategoryId' =>
$this->
getValidCategoryId(),
'navigationCategoryVersionId' => Defaults::LIVE_VERSION,
'countryId' =>
$this->
getValidCountryId(),
'countryVersionId' => Defaults::LIVE_VERSION,
'currencies' =>
[['id' => Defaults::CURRENCY
]],
'languages' =>
[['id' => Defaults::LANGUAGE_SYSTEM
]],
'paymentMethods' =>
[['id' =>
$this->
getValidPaymentMethodId()]],
'shippingMethods' =>
[['id' =>
$this->
getValidShippingMethodId()]],
'countries' =>
[['id' =>
$this->
getValidCountryId()]],
'customerGroupId' => TestDefaults::FALLBACK_CUSTOMER_GROUP,
];
return array_merge_recursive($defaults,
$salesChannelData);
},
$salesChannels);