mirror of
https://github.com/vercel/commerce.git
synced 2025-07-23 04:36:49 +00:00
Saleor was not in the providers list
This commit is contained in:
@@ -4,7 +4,7 @@ import fetch from './fetch'
|
||||
import { API_URL } from '../../const'
|
||||
import { getError } from '../../utils/handle-fetch-response'
|
||||
import { getCommerceApi } from '..'
|
||||
import { getToken } from '@framework/utils'
|
||||
import { getToken } from '../../utils/index'
|
||||
|
||||
const fetchGraphqlApi: GraphQLFetcher = async (query: string, { variables } = {}, fetchOptions) => {
|
||||
const config = getCommerceApi().getConfig()
|
||||
|
Reference in New Issue
Block a user