| Current Path : /home/rtorresani/www/vendor/magento/module-dhl/Test/Unit/Model/_files/ |
| Current File : //home/rtorresani/www/vendor/magento/module-dhl/Test/Unit/Model/_files/dhl_quote_request_data.php |
<?php
/**
* Copyright © Magento, Inc. All rights reserved.
* See COPYING.txt for license details.
*/
declare(strict_types=1);
return [
'data' => [
'dest_country_id' => 'DE',
'dest_region_id' => '82',
'dest_region_code' => 'BER',
'dest_street' => 'Turmstraße 17',
'dest_city' => 'Berlin',
'dest_postcode' => '10559',
'dest_postal' => '10559',
'package_value' => '5',
'package_value_with_discount' => '5',
'package_weight' => '8.2657',
'package_qty' => '1',
'package_physical_value' => '5',
'free_method_weight' => '5',
'store_id' => '1',
'website_id' => '1',
'free_shipping' => '0',
'limit_carrier' => null,
'base_subtotal_incl_tax' => '5',
'orig_country_id' => 'US',
'orig_region_id' => '12',
'orig_city' => 'Fremont',
'orig_postcode' => '94538',
'dhl_id' => 'MAGEN_8501',
'dhl_password' => 'QR2GO1U74X',
'dhl_account' => '799909537',
'dhl_shipping_intl_key' => '54233F2B2C4E5C4B4C5E5A59565530554B405641475D5659',
'girth' => null,
'height' => null,
'length' => null,
'width' => null,
'weight' => 1,
'dhl_shipment_type' => 'P',
'dhl_duitable' => 0,
'dhl_duty_payment_type' => 'R',
'dhl_content_desc' => 'Big Box',
'limit_method' => 'IE',
'ship_date' => '2014-01-09',
'action' => 'RateEstimate',
'all_items' => [],
]
];