♻️ Move sandbox & manual-connect to common store

This commit is contained in:
Philipp Stracker 2024-11-21 16:16:20 +01:00
parent 2b2b24e434
commit faff0baa43
No known key found for this signature in database
10 changed files with 169 additions and 146 deletions

View file

@ -26,13 +26,3 @@ export const REST_HYDRATE_PATH = '/wc/v3/wc_paypal/onboarding';
* @type {string}
*/
export const REST_PERSIST_PATH = '/wc/v3/wc_paypal/onboarding';
/**
* REST path to perform the manual connection check, using client ID and secret,
*
* Used by: Controls
* See: ConnectManualRestEndpoint.php
*
* @type {string}
*/
export const REST_MANUAL_CONNECTION_PATH = '/wc/v3/wc_paypal/connect_manual';