Пример #1
0
 /**
  * Set shipment.
  *
  * @param int $order					Order id.
  * @param int|array $shipment			Shipment id.
  * @return void
  */
 public static function setShipment($order, $shipment)
 {
     self::$shipmentOrder = $order;
     self::$shipmentId = $shipment;
 }