wip
This commit is contained in:
@@ -61,6 +61,10 @@ class MakePaymentNovaVisaMaster extends Action
|
|||||||
{
|
{
|
||||||
$usd_to_tmt = CurrencyRate::where('currency_from', 'USD')->where('currency_to', 'TMT')->first('value');
|
$usd_to_tmt = CurrencyRate::where('currency_from', 'USD')->where('currency_to', 'TMT')->first('value');
|
||||||
|
|
||||||
|
if ($usd_to_tmt) {
|
||||||
|
return [];
|
||||||
|
}
|
||||||
|
|
||||||
$max_value = number_format($usd_to_tmt->value * 250, 2);
|
$max_value = number_format($usd_to_tmt->value * 250, 2);
|
||||||
|
|
||||||
return [
|
return [
|
||||||
|
|||||||
Reference in New Issue
Block a user