Skip to content

Commit

Permalink
Merge pull request #3 from LexXxurio/patch-1
Browse files Browse the repository at this point in the history
Typo arguments => args
  • Loading branch information
hkonnet authored Nov 28, 2017
2 parents 6ea00de + 65d6097 commit 4f678a0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/EbayServices.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ function __construct()
$this->sdk = new Sdk($config);
}

function __call($name, $arguments)
function __call($name, $args)
{
if (strpos($name, 'create') === 0) {
$service = 'create'.substr($name, 6);
Expand All @@ -24,4 +24,4 @@ function __call($name, $arguments)
}
}

}
}

0 comments on commit 4f678a0

Please sign in to comment.