diff --git a/modules.local/ppcp-button/src/Endpoint/DataClientIdEndpoint.php b/modules.local/ppcp-button/src/Endpoint/DataClientIdEndpoint.php index 37cca7eb4..904553a05 100644 --- a/modules.local/ppcp-button/src/Endpoint/DataClientIdEndpoint.php +++ b/modules.local/ppcp-button/src/Endpoint/DataClientIdEndpoint.php @@ -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;