Your IP : 216.73.216.220


Current Path : /home/rtorresani/www/vendor/magento/module-dhl/Test/Unit/Model/_files/
Upload File :
Current File : //home/rtorresani/www/vendor/magento/module-dhl/Test/Unit/Model/_files/dhl_quote_response_rates.php

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

return [
    [
        'carrier' => 'dhl',
        'carrier_title' => 'DHL Title',
        'cost' => 45.85,
        'method' => 'E'
    ],
    [
        'carrier' => 'dhl',
        'carrier_title' => 'DHL Title',
        'cost' => 35.26,
        'method' => 'Q'
    ],
    [
        'carrier' => 'dhl',
        'carrier_title' => 'DHL Title',
        'cost' => 37.38,
        'method' => 'Y'
    ],
    [
        'carrier' => 'dhl',
        'carrier_title' => 'DHL Title',
        'cost' => 35.26,
        'method' => 'P'
    ]
];