diff --git a/src/Picqer/Financials/Exact/SalesEntryLine.php b/src/Picqer/Financials/Exact/SalesEntryLine.php index 76ace2f7..b7c57fea 100644 --- a/src/Picqer/Financials/Exact/SalesEntryLine.php +++ b/src/Picqer/Financials/Exact/SalesEntryLine.php @@ -23,6 +23,6 @@ class SalesEntryLine extends Model ]; - protected $url = 'salesinvoice/SalesInvoiceLines'; + protected $url = 'salesentry/SalesEntryLines'; -} \ No newline at end of file +}