Skip to content

Commit

Permalink
Merge pull request #241 from niekoost/patch-3
Browse files Browse the repository at this point in the history
Replaced SalesEntry with CashEntry
  • Loading branch information
stephangroen authored Feb 1, 2018
2 parents 53e963e + 733e3d4 commit 844ecd8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/Picqer/Financials/Exact/CashEntryLine.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
namespace Picqer\Financials\Exact;

/**
* Class SalesEntryLine
* Class CashEntryLine
*
* @package Picqer\Financials\Exact
* @see https://start.exactonline.nl/docs/HlpRestAPIResourcesDetails.aspx?name=salesentrySalesEntryLines
* @see https://start.exactonline.nl/docs/HlpRestAPIResourcesDetails.aspx?name=FinancialTransactionCashEntryLines
*
* @property Guid $ID Primary key
* @property Guid Account Reference to Account
Expand Down Expand Up @@ -105,5 +105,5 @@ class CashEntryLine extends Model
'VATType',
];

protected $url = 'financialtransaction/CashEntryLine';
protected $url = 'financialtransaction/CashEntryLines';
}

0 comments on commit 844ecd8

Please sign in to comment.