We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the bug Unable to instantiate a new checkout using the checkout.create method
checkout.create
To Reproduce Running in a Next.JS app
import Client from 'shopify-buy'; const Shopify = Client.buildClient({ domain: process.env.SHOPIFY_STORE_DOMAIN, storefrontAccessToken: process.env.SHOPIFY_STOREFRONT_API_KEY, language: 'en-GB', apiVersion: '2024-07', }); const newCheckout = await Shopify.checkout.create({ presentmentCurrencyCode: 'GBP' });
Expected behavior I'd expect the checkout to be created
Environment (please complete the following information):
v1.2.0
Bug Report Checklist
The text was updated successfully, but these errors were encountered:
@avcohen Is the SDK being deprecated here, because I'm having this issue too.
Sorry, something went wrong.
No branches or pull requests
Bug details
Describe the bug
Unable to instantiate a new checkout using the
checkout.create
methodTo Reproduce
Running in a Next.JS app
Expected behavior
I'd expect the checkout to be created
Environment (please complete the following information):
v1.2.0
] ^2.22.0Bug Report Checklist
The text was updated successfully, but these errors were encountered: