Skip to content

Commit

Permalink
Merge pull request #109 from bigcommerce/cloud-function-update
Browse files Browse the repository at this point in the history
Update cloud function to BC hosted url
  • Loading branch information
becomevocal authored Nov 16, 2018
2 parents 3524d5b + 11e0066 commit d3f4733
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/BigCommerce/Container/Merchant.php
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ public function register( Container $container ) {

private function account_onboarding( Container $container ) {
$container[ self::MIDDLEMAN_URL ] = function ( Container $container ) {
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' );
};

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

0 comments on commit d3f4733

Please sign in to comment.