| Current Path : /home/rtorresani/www/dev/tests/integration/testsuite/Magento/GraphQl/Sales/_files/ |
| Current File : //home/rtorresani/www/dev/tests/integration/testsuite/Magento/GraphQl/Sales/_files/address_data.php |
<?php
/**
* Copyright © Magento, Inc. All rights reserved.
* See COPYING.txt for license details.
*/
return [
'region' => 'CA',
'region_id' => '12',
'postcode' => '11111',
'lastname' => 'lastname',
'firstname' => 'firstname',
'street' => 'street',
'city' => 'Los Angeles',
'email' => 'admin@example.com',
'telephone' => '11111111',
'country_id' => 'US'
];