<?xml version="1.0" encoding="UTF-8"?>
<!--
/**
 * ADOBE CONFIDENTIAL
 *
 * Copyright 2025 Adobe
 * All Rights Reserved.
 *
 * NOTICE: All information contained herein is, and remains
 * the property of Adobe and its suppliers, if any. The intellectual
 * and technical concepts contained herein are proprietary to Adobe
 * and its suppliers and are protected by all applicable intellectual
 * property laws, including trade secret and copyright laws.
 * Dissemination of this information or reproduction of this material
 * is strictly forbidden unless prior written permission is obtained
 * from Adobe.
 */
-->
<entities xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
          xsi:noNamespaceSchemaLocation="urn:magento:mftf:DataGenerator/etc/dataProfileSchema.xsd">
    <entity name="Invalid_US_Customer" type="customer">
        <data key="group_id">1</data>
        <data key="default_billing">true</data>
        <data key="default_shipping">true</data>
        <data key="email" unique="prefix">John.Doe@example.com</data>
        <data key="firstname">John</data>
        <data key="lastname">Doe</data>
        <data key="fullname">John Doe</data>
        <data key="password">pwdTest123!</data>
        <data key="store_id">0</data>
        <data key="website_id">0</data>
        <data key="group">General</data>
        <requiredEntity type="address">Invalid_US_Address_TX</requiredEntity>
    </entity>
    <entity name="Invalid_US_Address_TX" type="address">
        <data key="firstname">CCREJECT-BANK_ERROR</data>
        <data key="lastname">Doe</data>
        <data key="company">Magento</data>
        <array key="street">
            <item>7700 West Parmer Lane</item>
        </array>
        <data key="city">Austin</data>
        <data key="state">Texas</data>
        <data key="country_id">US</data>
        <data key="country">United States</data>
        <data key="postcode">78729</data>
        <data key="telephone">512-345-6789</data>
        <data key="vat_id">47458714</data>
        <data key="default_billing">Yes</data>
        <data key="default_shipping">Yes</data>
        <requiredEntity type="region">RegionTX</requiredEntity>
    </entity>
</entities>
