shish 2 anni fa
parent
commit
227ad90ac6
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      common/components/lakala/Lakala.php

+ 1 - 1
common/components/lakala/Lakala.php

@@ -34,7 +34,7 @@ class Lakala
         ];
         $body = json_encode($baseRequestVO, JSON_UNESCAPED_UNICODE);
         $authorization = $this->getAuthorization($body);
-        $url = 'https://s2.lakala.com/api/v2/mms/sme/mrchAuthStateQuery';
+        $url = 'https://s2.lakala.com/api/v2/laep/industry/ewalletBalanceQuery';
         return $this->post($url, $body, $authorization);
     }