mirror of
https://github.com/vercel/commerce.git
synced 2025-05-18 15:36:58 +00:00
Update custom-fields.js
fixed url for product lookup - still need to dynamically pull this from the current instance...
This commit is contained in:
parent
6140c50196
commit
a9cf5d8c03
@ -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",
|
||||
|
Loading…
x
Reference in New Issue
Block a user