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:
CheeSiong
2020-12-30 08:47:12 +08:00
parent 3b333ecfba
commit 1dfb75545f
52 changed files with 1293 additions and 153 deletions
+1 -1
View File
@@ -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()
];
}
}