seven 1 week ago
parent
commit
5e429ea702
1 changed files with 2 additions and 2 deletions
  1. 2 2
      app/Services/KeyboardService.php

+ 2 - 2
app/Services/KeyboardService.php

@@ -168,9 +168,9 @@ class KeyboardService extends BaseService
             
             // var_dump($buttons);
             foreach($buttons as $row){
-                var_dump($row['text']);
+                
                 if(isset($row['text']) && $row['text'] == $keyword){
-                    
+                    var_dump($row['text']);
                     if(isset($row['url']) && !empty($row['url'])){
                         return self::menuEvent($chatId,$row['url']);
                     }