We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3524d5b + 11e0066 commit d3f4733Copy full SHA for d3f4733
src/BigCommerce/Container/Merchant.php
@@ -37,7 +37,7 @@ public function register( Container $container ) {
37
38
private function account_onboarding( Container $container ) {
39
$container[ self::MIDDLEMAN_URL ] = function ( Container $container ) {
40
- return apply_filters( 'bigcommerce/oauth_connector/url', 'https://us-east1-bigcommerce-auth-connector.cloudfunctions.net/v1' );
+ return apply_filters( 'bigcommerce/oauth_connector/url', 'https://wp-login.bigcommerce.com/v1' );
41
};
42
43
$container[ self::ONBOARDING_API ] = function ( Container $container ) {
0 commit comments