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