Merge pull request #7 from futjikato/master

fixed namespace of PPConfigurationException set to \
This commit is contained in:
aydiv
2013-04-29 21:48:43 -07:00

View File

@@ -124,7 +124,7 @@ class OAuthTokenCredential {
throw new \PPConfigurationException('The mode config parameter must be set to either sandbox/live');
}
} else {
throw new PPConfigurationException('You must set one of service.endpoint or mode parameters in your configuration');
throw new \PPConfigurationException('You must set one of service.endpoint or mode parameters in your configuration');
}
$baseEndpoint = rtrim(trim($baseEndpoint), '/');