DHL Modul v0.5 Shipping Label ok
This commit is contained in:
parent
480fdc65ed
commit
8fdaa0ba1d
122 changed files with 17938 additions and 2239 deletions
6
packages/acme-laravel-dhl/routes/api.php
Normal file
6
packages/acme-laravel-dhl/routes/api.php
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
<?php
|
||||
|
||||
use Illuminate\Support\Facades\Route;
|
||||
use Acme\Dhl\Http\Controllers\TrackingWebhookController;
|
||||
|
||||
Route::post(config('dhl.webhook.route', 'dhl/webhooks/tracking'), [TrackingWebhookController::class, 'handle'])->name('dhl.webhook.tracking');
|
||||
Loading…
Add table
Add a link
Reference in a new issue