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
[ x ] Put an X between the brackets on this line if you have done all of the following:
Read through the README fully.
Ensured you are running Node v.10 or above.
Made sure you're using at least Gatsby v.2.0.15.
Checked that your issue isn't already filed.
Describe the bug
The "Product" object is not showing up. I can add other objects, such as "Price" and "Customer" and they show up in the graphQL, but Product does not. I can get to products through the price object, but it does not have all of the attributes of the product that I need to display.
To Reproduce
Steps to reproduce the behavior:
add the product object to gatsby-config.js
restart
check graphQL
Expected behavior
I would expect to see the allStripeProduct in the graphQL
Screenshots
Versions (please complete the following information):
os: Mac OS 13.0
node: v18.6.0
npm: 8.13.2
gatsby: 4.5.4
gatsby-source-stripe: 4.0.0
Hello! I no longer have time to maintain this package, so if someone wants to fork, create a fix, and submit a PR I can take a look and get it deployed. Thanks!
@airjoshb@jansengunderson open to helping own this, but question for @njosefbeck would you be willing to give other folks access / ownership so they can publish to npm without having to repeat that infrastructure setup work and keep the same npm package name?
I bumped into this library being unmaintained via need for newer stripe sdk version: #75
Prerequisites
[ x ] Put an X between the brackets on this line if you have done all of the following:
Describe the bug
The "Product" object is not showing up. I can add other objects, such as "Price" and "Customer" and they show up in the graphQL, but Product does not. I can get to products through the price object, but it does not have all of the attributes of the product that I need to display.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
I would expect to see the allStripeProduct in the graphQL
Screenshots
Versions (please complete the following information):
os: Mac OS 13.0
node: v18.6.0
npm: 8.13.2
gatsby: 4.5.4
gatsby-source-stripe: 4.0.0
Gatsby config:
The text was updated successfully, but these errors were encountered: