mirror of
https://github.com/vercel/commerce.git
synced 2025-05-18 07:26:59 +00:00
refactor: change import from '@framework' to relative imports
This commit is contained in:
parent
04950c7eff
commit
8f341f9a64
@ -1 +1,5 @@
|
||||
COMMERCE_PROVIDER=commercelayer
|
||||
|
||||
NEXT_PUBLIC_COMMERCELAYER_CLIENT_ID=
|
||||
NEXT_PUBLIC_COMMERCELAYER_ENDPOINT=
|
||||
NEXT_PUBLIC_COMMERCELAYER_MARKET_SCOPE=
|
||||
|
@ -1,5 +1,5 @@
|
||||
import type { CheckoutEndpoint } from '.'
|
||||
import getCredentials from '@framework/api/utils/getCredentials'
|
||||
import getCredentials from '../../utils/getCredentials'
|
||||
import { Order } from '@commercelayer/js-sdk'
|
||||
|
||||
const checkout: CheckoutEndpoint['handlers']['checkout'] = async ({
|
||||
|
Loading…
x
Reference in New Issue
Block a user