Skip to content

Commit 0e7fb53

Browse files
committed
ACQE-9078: Admin should be able to import customer finances with reward points and store credit
- Moved entities from customer finance module to customer module
1 parent 2d4f6c6 commit 0e7fb53

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -550,4 +550,10 @@
550550
<data key="city5">29 Palms</data>
551551
<data key="city6">New York</data>
552552
</entity>
553+
<entity name="CustomerForFinanceImport" type="customer" extends="Simple_US_Customer">
554+
<data key="email">test@example.com</data>
555+
</entity>
556+
<entity name="SecondCustomerForFinanceImport" type="customer" extends="Simple_US_Customer">
557+
<data key="email">roni_cost@example.com</data>
558+
</entity>
553559
</entities>

0 commit comments

Comments
 (0)