dever 5 лет назад
Родитель
Сommit
2ed78eb716
1 измененных файлов с 1 добавлено и 1 удалено
  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);