update 20.10.2025
This commit is contained in:
parent
8c11130b5d
commit
a939cd51ef
616 changed files with 84821 additions and 4121 deletions
|
|
@ -19,6 +19,7 @@ return [
|
|||
|--------------------------------------------------------------------------
|
||||
*/
|
||||
'base_url' => env('DHL_BASE_URL', 'https://api-eu.dhl.com'),
|
||||
'sandbox_url' => env('DHL_SANDBOX_URL', 'https://api-sandbox.dhl.com'),
|
||||
'api_key' => env('DHL_API_KEY'),
|
||||
'username' => env('DHL_USERNAME'),
|
||||
'password' => env('DHL_PASSWORD'),
|
||||
|
|
@ -83,6 +84,14 @@ return [
|
|||
'V07PAK' => env('DHL_ACCOUNT_NUMBER_V07PAK', '63144073550701'), // DHL Retoure Online
|
||||
],
|
||||
|
||||
'dimensions' => [
|
||||
'default' => ['length' => 120, 'width' => 60, 'height' => 60,],
|
||||
'V01PAK' => ['length' => 120, 'width' => 60, 'height' => 60,], // DHL Paket National
|
||||
'V62WP' => ['length' => 35, 'width' => 25, 'height' => 8,], // Warenpost National
|
||||
'V53PAK' => ['length' => 120, 'width' => 60, 'height' => 60,], // DHL Paket International
|
||||
'V07PAK' => ['length' => 120, 'width' => 60, 'height' => 60,], // DHL Retoure Online
|
||||
],
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
| Logging Settings
|
||||
|
|
@ -104,5 +113,11 @@ return [
|
|||
'api_secret' => env('DHL_API_SECRET'),
|
||||
'sandbox' => env('DHL_SANDBOX', true),
|
||||
'test_mode' => env('DHL_TEST_MODE', true),
|
||||
]
|
||||
],
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
| Default Settings
|
||||
|--------------------------------------------------------------------------
|
||||
*/
|
||||
|
||||
];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue