dever há 6 anos atrás
pai
commit
5788a1369f
1 ficheiros alterados com 2 adições e 2 exclusões
  1. 2 2
      act/src/Order.php

+ 2 - 2
act/src/Order.php

@@ -289,8 +289,8 @@ class Order extends Core
             }
             }
         }
         }
 
 
-        $this->data['order_id'] = $order_id;
-        //$this->data['order_id'] = $id;
+        //$this->data['order_id'] = $order_id;
+        $this->data['order_id'] = $id;
 
 
         return $this->data;
         return $this->data;
     }
     }