reactioncommerce / example-storefront

Example Storefront is Reaction Commerce’s headless ecommerce storefront - Next.js, GraphQL, React. Built using Apollo Client and the commerce-focused React UI components provided in the Storefront Component Library (reactioncommerce/reaction-component-library). It connects with Reaction backend with the GraphQL API.
https://www.mailchimp.com/developer/open-commerce
Apache License 2.0
608 stars 288 forks source link

Payment methods does not available #817

Closed OlehObodin closed 2 years ago

OlehObodin commented 2 years ago

Type: breaking|critical|major|minor

Describe the bug A clear and concise description of what the bug is.

To Reproduce Steps to reproduce the behavior: Enable Stripe Enable IOU

Expected behavior I should see the form with payment credentials

Error When trying to buy got the error Variable "$shopId" of non-null type "ID!" must not be null.

thecaffeinatedengineer commented 2 years ago

I'm getting the same issue as well.

@OlehObodin Did you manage to resolve this issue ?

OlehObodin commented 2 years ago

@ianchikwature I have played with versions. So tag v.4.18 for admin, and v.5.1.3 for storefront have made it work.

thecaffeinatedengineer commented 2 years ago

@OlehObodin Thanks for the reply.

admin tags only go up to v4.0.0-beta, did you mean the reaction API, v4.1.8 tag?