Finance/ISIN/SG.php
authorleon <leon@roojs.com>
Thu, 21 Dec 2023 09:36:34 +0000 (17:36 +0800)
committerleon <leon@roojs.com>
Thu, 21 Dec 2023 09:36:34 +0000 (17:36 +0800)
Finance/ISIN/SG.php

index 75d9410..144b759 100644 (file)
@@ -1,7 +1,7 @@
 <?php
 class Finance_ISIN_SG extends Finance_ISIN
 {
-    static function updateMap($stockCode)
+    static function getCountryISIN($stockCode)
     {
         $ar = explode('.', $stockCode);
 
@@ -37,6 +37,7 @@ class Finance_ISIN_SG extends Finance_ISIN
         $items = $xpath->query("//strong[@class='bsg-fs-header__subitem']");
         foreach($items as $item) {
             var_dump($item);
+
         }
         die('test');