dever hace 6 años
padre
commit
5cfe340836
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      service/src/Buy.php

+ 1 - 1
service/src/Buy.php

@@ -152,7 +152,7 @@ class Buy extends Base
 
 
         $id = Dever::input('id');
         $id = Dever::input('id');
         $buy_id = Dever::input('buy');
         $buy_id = Dever::input('buy');
-        $config['list'] = $this->url('my_code');
+        $config['list'] = $this->url('list');
         $config['buy'] = $this->url('pay', array('id' => $id));
         $config['buy'] = $this->url('pay', array('id' => $id));
 
 
         $order_id = Dever::input('order_id');
         $order_id = Dever::input('order_id');