🚧 Rename ConnectManual endpoint

This is a preparation to include the UI login authentication in the same endpoint as the manual connection logic
This commit is contained in:
Philipp Stracker 2025-01-02 12:26:40 +01:00
parent 69f6cc2e73
commit f9809bdc53
No known key found for this signature in database
3 changed files with 10 additions and 10 deletions

View file

@ -38,11 +38,11 @@ export const REST_PERSIST_PATH = '/wc/v3/wc_paypal/common';
* REST path to perform the manual connection check, using client ID and secret,
*
* Used by: Controls
* See: ConnectManualRestEndpoint.php
* See: AuthenticateRestEndpoint.php
*
* @type {string}
*/
export const REST_MANUAL_CONNECTION_PATH = '/wc/v3/wc_paypal/connect_manual';
export const REST_MANUAL_CONNECTION_PATH = '/wc/v3/wc_paypal/authenticate';
/**
* REST path to generate an ISU URL for the PayPal-login.