Ken hace 8 horas
padre
commit
becf1ffde5
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      app/Services/TopUpService.php

+ 1 - 1
app/Services/TopUpService.php

@@ -292,7 +292,7 @@ class TopUpService
         else {
             if ($type === "TRC20") {
                 $address = Config::where('field', 'receiving_address')->first()->val;
-            } else if ($type === "ERC20") {
+            } else {//if ($type === "ERC20")
                 $address = Config::where('field', 'receiving_address_erc20')->first()->val;
             }
             $res = WalletService::getPlatformImageAddress($address);