dever 5 vuotta sitten
vanhempi
commit
2ed78eb716
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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);