Skip to content

Commit 520e28e

Browse files
authored
Merge pull request #116 from mystix/patch-3
removed unused $orderId parameter
2 parents 7d32d9e + 5d5deaa commit 520e28e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/code/community/Zendesk/Zendesk/controllers/ApiController.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ public function _authorise()
102102
return true;
103103
}
104104

105-
public function ordersAction($orderId)
105+
public function ordersAction()
106106
{
107107
if(!$this->_authorise()) {
108108
return $this;

0 commit comments

Comments
 (0)