Skip to content

Commit

Permalink
Change type of price display attribute from bool to string
Browse files Browse the repository at this point in the history
  • Loading branch information
davgothic committed Mar 4, 2016
1 parent e945f02 commit be84270
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/YDD/Vebra/Model/Price.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ class Price extends AttributedModel
'rent' => 'string',
'currency' => 'string',
'qualifier' => 'string',
'display' => 'boolean'
'display' => 'string'
);

protected $value;
Expand Down

0 comments on commit be84270

Please sign in to comment.