prefix endpoint to avoid possible conflicts

This commit is contained in:
David Remer 2020-08-13 14:30:12 +03:00
parent 56b510e8fc
commit 6630c95557

View file

@ -10,7 +10,7 @@ use Inpsyde\PayPalCommerce\ApiClient\Exception\RuntimeException;
class DataClientIdEndpoint implements EndpointInterface
{
public const ENDPOINT = 'data-client-id';
public const ENDPOINT = 'ppc-data-client-id';
private $requestData;
private $identityToken;