Skip to content

Commit

Permalink
remove test url.
Browse files Browse the repository at this point in the history
  • Loading branch information
rawdreeg committed Aug 20, 2024
1 parent 43b0e00 commit 9bf7f6c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions includes/Handlers/Connection.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,15 +34,15 @@ class Connection {
const OAUTH_URL = 'https://facebook.com/dialog/oauth';

/** @var string WooCommerce connection proxy URL */
const PROXY_URL = 'https://wcs.jurassic.tube/integrations/v2/auth/facebook/';
const PROXY_URL = 'https://api.woocommerce.com/integrations/v2/auth/facebook/';

const PROXY_TOKEN_EXCHANGE_URL = 'https://wcs.jurassic.tube/integrations/v2/exchange/facebook/';
const PROXY_TOKEN_EXCHANGE_URL = 'https://api.woocommerce.com/integrations/v2/exchange/facebook/';

/** @var string WooCommerce connection for APP Store login URL */
const APP_STORE_LOGIN_URL = 'https://wcs.jurassic.tube/integrations/app-store-login/facebook/';
const APP_STORE_LOGIN_URL = 'https://api.woocommerce.com/integrations/app-store-login/facebook/';

/** @var string WooCommerce connection authentication URL */
const CONNECTION_AUTHENTICATION_URL = 'https://wcs.jurassic.tube/integrations/auth/facebookcommerce/';
const CONNECTION_AUTHENTICATION_URL = 'https://api.woocommerce.com/integrations/auth/facebookcommerce/';

/** @var string the Standard Auth type */
const AUTH_TYPE_STANDARD = 'standard';
Expand Down

0 comments on commit 9bf7f6c

Please sign in to comment.