Skip to content

Commit 186fc56

Browse files
author
Oleksii Kolesnyk
committed
MTA-1357: 3-rd party creadentials
1 parent a851bc3 commit 186fc56

File tree

1 file changed

+16
-2
lines changed

1 file changed

+16
-2
lines changed

dev/tests/functional/credentials.xml.dist

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,20 @@
88
<replace xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
99
xsi:noNamespaceSchemaLocation="./vendor/magento/mtf/Magento/Mtf/Fixture/InjectableFixture/etc/replace.xsd">
1010

11-
<field path="path/to/field" value="value_for_field_by_path" />
12-
<field replace="placeholder" value="value_for_field_with_placeholder" />
11+
<field path="section/carriers_dhl_id/value" value="" />
12+
<field path="section/carriers_dhl_password/value" value="" />
13+
<field path="section/carriers_dhl_account/value" value="" />
14+
15+
<field path="section/carriers_fedex_account/value" value="" />
16+
<field path="section/carriers_fedex_meter_number/value" value="" />
17+
<field path="section/carriers_fedex_key/value" value="" />
18+
<field path="section/carriers_fedex_password/value" value="" />
19+
20+
<field path="section/carriers_ups_password/value" value="" />
21+
<field path="section/carriers_ups_username/value" value="" />
22+
<field path="section/carriers_ups_access_license_number/value" value="" />
23+
<field path="section/carriers_ups_shipper_number/value" value="" />
24+
25+
<field path="section/carriers_usps_userid/value" value="" />
26+
<field path="section/carriers_usps_password/value" value="" />
1327
</replace>

0 commit comments

Comments
 (0)