From a9cf5d8c03fb069ff3fed195c6818774c2532312 Mon Sep 17 00:00:00 2001 From: Joel Varty Date: Thu, 14 Oct 2021 12:48:20 -0400 Subject: [PATCH] Update custom-fields.js fixed url for product lookup - still need to dynamically pull this from the current instance... --- public/custom-fields.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/custom-fields.js b/public/custom-fields.js index 5685a8dca..fef5b3c43 100644 --- a/public/custom-fields.js +++ b/public/custom-fields.js @@ -307,7 +307,7 @@ var ChooseProductCustomField = function () { }, ajax: { // instead of writing the function to execute the request we use Select2's convenient helper - url: "https://my-bigcommerce-store-oct-14.vercel.app/api/search-products", + url: "https://nextjs-commerce-agility-cms.vercel.app/api/search-products", //url: "http://localhost:3000/api/search-products", dataType: 'json', type: "get",