Skip to content

Commit

Permalink
Update CreditnoteRequestBuilder.php
Browse files Browse the repository at this point in the history
Timestamps for Creditnotes
  • Loading branch information
LasseRafn authored Dec 4, 2017
1 parent ba113ad commit 07fa5c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Requests/CreditnoteRequestBuilder.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ class CreditnoteRequestBuilder extends RequestBuilder
{
public function __construct(Builder $builder)
{
$this->parameters['fields'] = 'Number,Guid,ContactName,Date,Description,TotalInclVat,Currency,Status';
$this->parameters['fields'] = 'TimeStamp,CreatedAt,UpdatedAt,DeletedAt,Number,Guid,ContactName,Date,Description,TotalInclVat,Currency,Status';

parent::__construct($builder);
}
Expand Down

0 comments on commit 07fa5c7

Please sign in to comment.