rabin 5 years ago
parent
commit
22acbba48d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      buy/src/Data.php

+ 1 - 1
buy/src/Data.php

@@ -14,7 +14,7 @@ class Data extends Base
     {
         //return $this->location('list');
         if ($this->user) {
-            return $this->location('list');
+            //return $this->location('list');
         } else {
             //return $this->location('auth');
         }