Implements custom checkout along with ordercloud provider

This commit is contained in:
goncy
2021-09-14 15:37:17 -03:00
parent a7c13d2d42
commit 30744c5a6c
67 changed files with 1886 additions and 174 deletions

View File

@@ -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()