Skip to content

Commit

Permalink
Change the wrapApi to public.
Browse files Browse the repository at this point in the history
  • Loading branch information
skyred committed Apr 21, 2017
1 parent 5300142 commit 3d99550
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Payment/API.php
Original file line number Diff line number Diff line change
Expand Up @@ -465,7 +465,7 @@ public function sandboxMode($enabled = false)
*
* @param string $resource
*/
protected function wrapApi($resource)
public function wrapApi($resource)
{
return self::API_HOST.($this->sandboxEnabled ? '/sandbox' : '').$resource;
}
Expand Down

0 comments on commit 3d99550

Please sign in to comment.