rabin 1 anno fa
parent
commit
e56b1832af
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      src/Ship.php

+ 1 - 1
src/Ship.php

@@ -50,7 +50,7 @@ class Ship
 		}
 		$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