From 6630c9555727eeba382afbd6c56ae999aa7d94c2 Mon Sep 17 00:00:00 2001 From: David Remer Date: Thu, 13 Aug 2020 14:30:12 +0300 Subject: [PATCH] prefix endpoint to avoid possible conflicts --- modules.local/ppcp-button/src/Endpoint/DataClientIdEndpoint.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;