Skip to content

Commit

Permalink
Timestamp
Browse files Browse the repository at this point in the history
  • Loading branch information
LasseRafn committed Dec 11, 2017
1 parent ae0369a commit 87a148b
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,PaymentDate,DeletedAt,UpdatedAt,CreatedAt,Description,TotalInclVatInDkk,TotalInclVat,TotalExclVat,TotalExclVatInDkk,Currency,Status,Type,MailOutStatus';
$this->parameters['fields'] = 'TimeStamp,Number,Guid,ContactName,Date,PaymentDate,DeletedAt,UpdatedAt,CreatedAt,Description,TotalInclVatInDkk,TotalInclVat,TotalExclVat,TotalExclVatInDkk,Currency,Status,Type,MailOutStatus';

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

0 comments on commit 87a148b

Please sign in to comment.