mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-06 12:25:15 +08:00
prefix endpoint to avoid possible conflicts
This commit is contained in:
parent
56b510e8fc
commit
6630c95557
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue