WIP
This commit is contained in:
@@ -119,7 +119,7 @@ class MakePaymentNovaVisaMaster extends Action
|
||||
*/
|
||||
public function fields(NovaRequest $request): array
|
||||
{
|
||||
$usd_to_tmt = floatval(CurrencyRate::where('currency_from', 'USD')->where('currency_to', 'TMT')->first('value')?->value);
|
||||
$usd_to_tmt = floatval(CurrencyRate::query()->where('currency_from', 'USD')->where('currency_to', 'TMT')->first('value')?->value);
|
||||
|
||||
$payment_warning_text = VisaMasterSettings::where('name', 'payment_warning_text')->first();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user