Skip to content

Commit

Permalink
Merge pull request #160 from it-can/master
Browse files Browse the repository at this point in the history
public_view_code was not returned
  • Loading branch information
stephangroen authored Jul 25, 2018
2 parents f1e76fd + e736ea8 commit 8d9eb94
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Picqer/Financials/Moneybird/Entities/Estimate.php
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ class Estimate extends Model
'custom_fields',
'notes',
'attachments',
'public_view_code',
];

/**
Expand All @@ -75,7 +76,7 @@ class Estimate extends Model
* @var string
*/
protected $namespace = 'estimate';

/**
* @var array
*/
Expand Down
1 change: 1 addition & 0 deletions src/Picqer/Financials/Moneybird/Entities/SalesInvoice.php
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ class SalesInvoice extends Model {
'notes',
'attachments',
'version',
'public_view_code',
];

/**
Expand Down

0 comments on commit 8d9eb94

Please sign in to comment.