updated money
package to 5.0 version
This commit is contained in:
@ -102,7 +102,7 @@ class UpdateTransfer extends Job implements ShouldUpdate
|
||||
$currency_rate = $this->request->get($type . '_account_rate');
|
||||
|
||||
if (empty($currency_rate)) {
|
||||
$currency_rate = config('money.' . $this->getCurrencyCode($type) . '.rate');
|
||||
$currency_rate = config('money.currencies.' . $this->getCurrencyCode($type) . '.rate');
|
||||
}
|
||||
|
||||
return $currency_rate;
|
||||
|
Reference in New Issue
Block a user