wip
This commit is contained in:
@@ -143,7 +143,7 @@ class CurrencyRate extends Model
|
|||||||
|
|
||||||
$currencies = Currency::all()->pluck('currency')->toArray();
|
$currencies = Currency::all()->pluck('currency')->toArray();
|
||||||
|
|
||||||
dump('currencies'.$currencies);
|
dump('got currencies');
|
||||||
|
|
||||||
// call api in chunks
|
// call api in chunks
|
||||||
$rates = [];
|
$rates = [];
|
||||||
|
|||||||
Reference in New Issue
Block a user