shish 1 vuosi sitten
vanhempi
commit
53b7007c8e
1 muutettua tiedostoa jossa 2 lisäystä ja 1 poistoa
  1. 2 1
      app-ghs/controllers/PurchaseOrderController.php

+ 2 - 1
app-ghs/controllers/PurchaseOrderController.php

@@ -1091,8 +1091,9 @@ class PurchaseOrderController extends BaseController
 
                 $ghsInfo = GhsClass::getGhsInfo($ghsId);
                 echo $this->shopId;
-                print_r($ghsInfo);die;
+                print_r($ghsInfo);
                 GhsClass::valid($ghsInfo, $this->shopId);
+                die;
                 $post['ghsInfo'] = json_encode($ghsInfo);
                 $post['ghsName'] = $ghsInfo['name'] ?? '';
                 $post['ghsAvatar'] = $ghsInfo['shortAvatar'] ?? '';