dever hace 5 años
padre
commit
2ed78eb716
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      lib/Core.php

+ 1 - 1
lib/Core.php

@@ -139,7 +139,7 @@ class Core
 		return $order_id;
 	}
 
-	protected function checkOrder($order_id)
+	public function checkOrder($order_id)
 	{
 		if (strstr($order_id, 'O')) {
 			$array = explode('O', $order_id);