currency fields
This commit is contained in:
@ -20,6 +20,11 @@ class Currency extends TransformerAbstract
|
||||
'code' => $model->code,
|
||||
'rate' => $model->rate,
|
||||
'enabled' => $model->enabled,
|
||||
'precision' => $model->precision,
|
||||
'symbol' => $model->symbol,
|
||||
'symbol_first' => $model->symbol_first,
|
||||
'decimal_mark' => $model->decimal_mark,
|
||||
'thousands_separator' => $model->thousands_separator,
|
||||
'created_at' => $model->created_at->toIso8601String(),
|
||||
'updated_at' => $model->updated_at->toIso8601String(),
|
||||
];
|
||||
|
Reference in New Issue
Block a user