Skip to content

Commit ba4b720

Browse files
committed
Merge branch 'ACP2E-2765' of https://github.com/adobe-commerce-tier-4/magento2ce into 2.4-develop
2 parents ae892f5 + 7264aa2 commit ba4b720

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

app/code/Magento/Customer/Test/Mftf/Data/AddressData.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -379,6 +379,7 @@
379379
<data key="company">Magento</data>
380380
<array key="street">
381381
<item>6161 West Centinela Avenue</item>
382+
<item>16</item>
382383
</array>
383384
<data key="city">Culver City</data>
384385
<data key="country_id">US</data>

app/code/Magento/Fedex/Test/Mftf/Test/AdminCreatingShippingLabelTest.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,10 @@
3232
<magentoCLI command="config:set {{AdminFedexEnableSandboxModeConfigData.path}} {{AdminFedexEnableSandboxModeConfigData.value}}" stepKey="enableSandbox"/>
3333
<magentoCLI command="config:set {{AdminFedexEnableDebugConfigData.path}} {{AdminFedexEnableDebugConfigData.value}}" stepKey="enableDebug"/>
3434
<magentoCLI command="config:set {{AdminFedexEnableShowMethodConfigData.path}} {{AdminFedexEnableShowMethodConfigData.value}}" stepKey="enableShowMethod"/>
35-
<magentoCLI command="config:set {{AdminFedexAccount.path}} {{_CREDS.carriers_fedex_account}}" stepKey="accountSetting"/>
36-
<magentoCLI command="config:set {{AdminFedexHubId.path}} {{_CREDS.carriers_fedex_smartpost_hubid}}" stepKey="accountHub"/>
37-
<magentoCLI command="config:set {{AdminFedexApiKey.path}} {{_CREDS.carriers_fedex_api_key}}" stepKey="accountApiKey"/>
38-
<magentoCLI command="config:set {{AdminFedexSecretKey.path}} {{_CREDS.carriers_fedex_secret_key}}" stepKey="accountSecretKey"/>
35+
<magentoCLI command="config:set {{AdminFedexAccount.path}} {{_CREDS.magento/carriers_fedex_account}}" stepKey="accountSetting"/>
36+
<magentoCLI command="config:set {{AdminFedexHubId.path}} {{_CREDS.magento/carriers_fedex_smartpost_hubid}}" stepKey="accountHub"/>
37+
<magentoCLI command="config:set {{AdminFedexApiKey.path}} {{_CREDS.magento/carriers_fedex_api_key}}" stepKey="accountApiKey"/>
38+
<magentoCLI command="config:set {{AdminFedexSecretKey.path}} {{_CREDS.magento/carriers_fedex_secret_key}}" stepKey="accountSecretKey"/>
3939

4040
<!--Set StoreInformation configs data-->
4141
<magentoCLI command="config:set {{AdminGeneralSetStoreNameConfigData.path}} '{{AdminGeneralSetStoreNameConfigData.value}}'" stepKey="setStoreInformationName"/>
@@ -44,15 +44,15 @@
4444
<magentoCLI command="config:set {{AdminGeneralSetCityConfigData.path}} '{{US_Address_California.city}}'" stepKey="setStoreInformationCity"/>
4545
<magentoCLI command="config:set {{AdminGeneralSetPostcodeConfigData.path}} {{US_Address_California.postcode}}" stepKey="setStoreInformationPostcode"/>
4646
<magentoCLI command="config:set {{AdminGeneralSetStreetAddressConfigData.path}} '{{US_Address_California.street[0]}}'" stepKey="setStoreInformationStreetAddress"/>
47-
<magentoCLI command="config:set {{AdminGeneralSetStreetAddress2ConfigData.path}} '{{US_Address_California.street[0]}}'" stepKey="setStoreInformationStreetAddress2"/>
47+
<magentoCLI command="config:set {{AdminGeneralSetStreetAddress2ConfigData.path}} '{{US_Address_California.street[1]}}'" stepKey="setStoreInformationStreetAddress2"/>
4848
<magentoCLI command="config:set {{AdminGeneralSetVatNumberConfigData.path}} {{AdminGeneralSetVatNumberConfigData.value}}" stepKey="setStoreInformationVatNumber"/>
4949

5050
<!--Set Shipping settings origin data-->
5151
<magentoCLI command="config:set {{AdminShippingSettingsOriginCountryConfigData.path}} {{US_Address_AE.country_id}}" stepKey="setOriginCountry"/>
5252
<magentoCLI command="config:set {{AdminShippingSettingsOriginCityConfigData.path}} '{{US_Address_AE.city}}'" stepKey="setOriginCity"/>
5353
<magentoCLI command="config:set {{AdminShippingSettingsOriginZipCodeConfigData.path}} {{US_Address_AE.postcode}}" stepKey="setOriginZipCode"/>
5454
<magentoCLI command="config:set {{AdminShippingSettingsOriginStreetAddressConfigData.path}} '{{US_Address_AE.street[0]}}'" stepKey="setOriginStreetAddress"/>
55-
<magentoCLI command="config:set {{AdminShippingSettingsOriginStreetAddress2ConfigData.path}} '{{US_Address_AE.street[0]}}'" stepKey="setOriginStreetAddress2"/>
55+
<magentoCLI command="config:set {{AdminShippingSettingsOriginStreetAddress2ConfigData.path}} '{{US_Address_AE.street[1]}}'" stepKey="setOriginStreetAddress2"/>
5656
<actionGroup ref="CliIndexerReindexActionGroup" stepKey="reindex">
5757
<argument name="indices" value=""/>
5858
</actionGroup>

0 commit comments

Comments
 (0)