rabin 1 ano atrás
pai
commit
f91d8789e9
1 arquivos alterados com 2 adições e 2 exclusões
  1. 2 2
      src/Ship.php

+ 2 - 2
src/Ship.php

@@ -46,11 +46,11 @@ class Ship
 			$state = false;
 		}
 		if (!$state) {
-			//return false;
+			return false;
 		}
 		$order_delivery = Dever::db('order/sell_delivery')->select(array('order_id' => $order_id));
 		if (!$order_delivery) {
-			//return false;
+			return false;
 		}
 		$param = array();
 		$param['order_key'] = array