Your IP : 216.73.216.43


Current Path : /home/rtorresani/www/dev/tests/integration/testsuite/Magento/Customer/Fixtures/
Upload File :
Current File : //home/rtorresani/www/dev/tests/integration/testsuite/Magento/Customer/Fixtures/address_data.php

<?php
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
declare(strict_types=1);

return [
    [
        'telephone' => 3468676,
        'postcode' => 90230,
        'country_id' => 'US',
        'city' => 'Culver City',
        'street' => 'Green str, 67',
        'lastname' => 'Smith',
        'firstname' => 'John',
        'region_id' => 12,
    ],
    [
        'telephone' => 845454465,
        'postcode' => 10178,
        'country_id' => 'DE',
        'city' => 'Berlin',
        'street' => ['Tunnel Alexanderpl'],
        'lastname' => 'Smith',
        'firstname' => 'John',
    ]
];