File tree Expand file tree Collapse file tree 1 file changed +7
-17
lines changed
dev/tests/functional/tests/app/Magento/Payment/Test/Fixture Expand file tree Collapse file tree 1 file changed +7
-17
lines changed Original file line number Diff line number Diff line change 5
5
* See COPYING.txt for license details.
6
6
*/
7
7
-->
8
- <config xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : schemaLocation =" ../../../../../../vendor/magento/mtf/etc/fixture.xsd" >
8
+ <config xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : noNamespaceSchemaLocation =" ../../../../../../vendor/magento/mtf/etc/fixture.xsd" >
9
9
<fixture name =" credit_card" module =" Magento_Payment" type =" virtual" entity_type =" credit_card" repository_class =" Magento\Payment\Test\Repository\CreditCard" class =" Magento\Payment\Test\Fixture\CreditCard" >
10
- <field name =" cc_type" >
11
- <attribute_code >cc_type</attribute_code >
12
- </field >
13
- <field name =" cc_number" >
14
- <attribute_code >cc_number</attribute_code >
15
- </field >
16
- <field name =" cc_exp_month" >
17
- <attribute_code >cc_exp_month</attribute_code >
18
- </field >
19
- <field name =" cc_exp_year" >
20
- <attribute_code >cc_exp_year</attribute_code >
21
- </field >
22
- <field name =" cc_cid" >
23
- <attribute_code >cc_cid</attribute_code >
24
- </field >
10
+ <field name =" cc_type" />
11
+ <field name =" cc_number" />
12
+ <field name =" cc_exp_month" />
13
+ <field name =" cc_exp_year" />
14
+ <field name =" cc_cid" />
25
15
</fixture >
26
- </config >
16
+ </config >
You can’t perform that action at this time.
0 commit comments