Fix cost/code field #608

This commit is contained in:
Nabeel Shahzad 2020-03-02 16:08:58 -05:00
parent 83a0007b7d
commit 3cd6c8ee82

View File

@ -12,7 +12,7 @@ class Fare extends Resource
'code' => $this->code,
'name' => $this->name,
'price' => $this->price,
'cost' => $this->code,
'cost' => $this->cost,
'capacity' => $this->capacity,
'notes' => $this->notes,
'active' => $this->active,