rabin 5 years ago
parent
commit
915df942ec
1 changed files with 1 additions and 1 deletions
  1. 1 1
      buy/src/Buy.php

+ 1 - 1
buy/src/Buy.php

@@ -369,7 +369,7 @@ class Buy extends Base
 
         $star = false;
         if (Dever::input('star_id')) {
-            $star = $this->getStar();
+            $star = Dever::load('act/order')->getStar();
         }
 
         $user = Dever::db('passport/user')->one($uid);