You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 25, 2024. It is now read-only.
We are able to successfully use Require to use this library, but using imports doesn't work, and unfortunately our current set up requires imports.
Whenever we import, we get 400 response with "Invalid credentials". We know our credential are fine, as we use them daily in another app which uses require. how do you use this library with Imports?
Our code:
import * as Shippo from 'shippo'
const shippo = new Shippo.default('YOURSHIPPOID');
The text was updated successfully, but these errors were encountered:
We are able to successfully use Require to use this library, but using imports doesn't work, and unfortunately our current set up requires imports.
Whenever we import, we get 400 response with "Invalid credentials". We know our credential are fine, as we use them daily in another app which uses require. how do you use this library with Imports?
Our code:
The text was updated successfully, but these errors were encountered: