dever 5 years ago
parent
commit
2ed78eb716
1 changed files with 1 additions and 1 deletions
  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);