mirror of
https://github.com/vercel/commerce.git
synced 2025-07-24 10:41:23 +00:00
Implements custom checkout along with ordercloud provider
This commit is contained in:
@@ -94,6 +94,8 @@ export async function fetchData<T>(
|
||||
return fetchData(opts, retries + 1)
|
||||
}
|
||||
|
||||
console.log('dataResponse.text:', await dataResponse.textConverted());
|
||||
|
||||
// Get the body of it
|
||||
const error = await dataResponse.json()
|
||||
|
||||
|
Reference in New Issue
Block a user