File tree Expand file tree Collapse file tree 3 files changed +2
-3
lines changed Expand file tree Collapse file tree 3 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 291
291
<data key =" company" >Magento</data >
292
292
<array key =" street" >
293
293
<item >Augsburger Strabe 41</item >
294
- <item >Augsburger Strabe 42</item >
295
294
</array >
296
295
<data key =" city" >Berlin</data >
297
296
<data key =" country_id" >DE</data >
File renamed without changes.
Original file line number Diff line number Diff line change 42
42
<magentoCLI command =" config:set {{AdminGeneralSetCityConfigData.path}} {{DE_Address_Berlin_Not_Default_Address.city}}" stepKey =" setStoreInformationCity" />
43
43
<magentoCLI command =" config:set {{AdminGeneralSetPostcodeConfigData.path}} {{DE_Address_Berlin_Not_Default_Address.postcode}}" stepKey =" setStoreInformationPostcode" />
44
44
<magentoCLI command =" config:set {{AdminGeneralSetStreetAddressConfigData.path}} '{{DE_Address_Berlin_Not_Default_Address.street[0]}}'" stepKey =" setStoreInformationStreetAddress" />
45
- <magentoCLI command =" config:set {{AdminGeneralSetStreetAddress2ConfigData.path}} '{{DE_Address_Berlin_Not_Default_Address .street[1 ]}}'" stepKey =" setStoreInformationStreetAddress2" />
45
+ <magentoCLI command =" config:set {{AdminGeneralSetStreetAddress2ConfigData.path}} '{{US_Address_California .street[0 ]}}'" stepKey =" setStoreInformationStreetAddress2" />
46
46
<magentoCLI command =" config:set {{AdminGeneralSetVatNumberConfigData.path}} {{AdminGeneralSetVatNumberConfigData.value}}" stepKey =" setStoreInformationVatNumber" />
47
47
<!-- Set Shipping settings origin data-->
48
48
<magentoCLI command =" config:set {{AdminShippingSettingsOriginCountryConfigData.path}} {{DE_Address_Berlin_Not_Default_Address.country_id}}" stepKey =" setOriginCountry" />
49
49
<magentoCLI command =" config:set {{AdminShippingSettingsOriginCityConfigData.path}} {{DE_Address_Berlin_Not_Default_Address.city}}" stepKey =" setOriginCity" />
50
50
<magentoCLI command =" config:set {{AdminShippingSettingsOriginZipCodeConfigData.path}} {{DE_Address_Berlin_Not_Default_Address.postcode}}" stepKey =" setOriginZipCode" />
51
51
<magentoCLI command =" config:set {{AdminShippingSettingsOriginStreetAddressConfigData.path}} '{{DE_Address_Berlin_Not_Default_Address.street[0]}}'" stepKey =" setOriginStreetAddress" />
52
- <magentoCLI command =" config:set {{AdminShippingSettingsOriginStreetAddress2ConfigData.path}} '{{DE_Address_Berlin_Not_Default_Address .street[1 ]}}'" stepKey =" setOriginStreetAddress2" />
52
+ <magentoCLI command =" config:set {{AdminShippingSettingsOriginStreetAddress2ConfigData.path}} '{{US_Address_California .street[0 ]}}'" stepKey =" setOriginStreetAddress2" />
53
53
<magentoCLI command =" indexer:reindex" stepKey =" reindex" />
54
54
<magentoCLI command =" cache:flush" stepKey =" flushCache" />
55
55
</before >
You can’t perform that action at this time.
0 commit comments