Skip to content

Commit d3f4733

Browse files
authored
Merge pull request #109 from bigcommerce/cloud-function-update
Update cloud function to BC hosted url
2 parents 3524d5b + 11e0066 commit d3f4733

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/BigCommerce/Container/Merchant.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ public function register( Container $container ) {
3737

3838
private function account_onboarding( Container $container ) {
3939
$container[ self::MIDDLEMAN_URL ] = function ( Container $container ) {
40-
return apply_filters( 'bigcommerce/oauth_connector/url', 'https://us-east1-bigcommerce-auth-connector.cloudfunctions.net/v1' );
40+
return apply_filters( 'bigcommerce/oauth_connector/url', 'https://wp-login.bigcommerce.com/v1' );
4141
};
4242

4343
$container[ self::ONBOARDING_API ] = function ( Container $container ) {

0 commit comments

Comments
 (0)