From 1a2bd4181c27584d7a79bf18234eb7078f3642e4 Mon Sep 17 00:00:00 2001 From: Ramya krishna Date: Mon, 29 Apr 2024 15:25:09 +0530 Subject: [PATCH] brand variable replaced --- bootstrap.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bootstrap.php b/bootstrap.php index 8dd4f72..fd2877c 100644 --- a/bootstrap.php +++ b/bootstrap.php @@ -33,7 +33,7 @@ function () { $response = UtilityService::get_insta_api_key( $brand ); defined( 'INSTAWP_API_KEY' ) || define( 'INSTAWP_API_KEY', $response ); defined( 'INSTAWP_API_DOMAIN' ) || define( 'INSTAWP_API_DOMAIN', 'https://app.instawp.io' ); - defined( 'INSTAWP_MIGRATE_ENDPOINT' ) || define( 'INSTAWP_MIGRATE_ENDPOINT', 'migrate/' . $migrate_endpoint ); + defined( 'INSTAWP_MIGRATE_ENDPOINT' ) || define( 'INSTAWP_MIGRATE_ENDPOINT', 'migrate/' . $brand ); new Migration( $container ); },