mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/exchange-2.0.git
synced 2026-08-19 04:23:55 +00:00
List Currency Rate Logic Class
Fetch Currency Rate Logic Class Create Currency Rate Logic Class Update Currency Rate Logic Class Currency Rate Converter Rate
This commit is contained in:
@@ -20,7 +20,7 @@ class CurrencyResource extends JsonResource
|
||||
'name' => $this->name,
|
||||
'short_code' => $this->short_code,
|
||||
'symbol' => $this->symbol,
|
||||
'selling' => $this->selling
|
||||
'currency_rates' => $this->currency_rates()->get()
|
||||
];
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user