njosefbeck / gatsby-source-stripe

Gatsby source plugin for building websites using Stripe as a data source
74 stars 17 forks source link

Fix parameter of touchNode as API changed #71

Closed t2ca closed 2 years ago

t2ca commented 2 years ago

Fixes the issue related to this deprecation in Gatsby v3.

Calling "touchNode" with an object containing the nodeId is deprecated.
Please pass the node directly to the function: touchNode(node)

Fixes https://github.com/njosefbeck/gatsby-source-stripe/issues/69

njosefbeck commented 2 years ago

Thanks for submitting this PR! I'll work on getting this merged and deployed soon.

njosefbeck commented 2 years ago

This has been released! Thanks again for you contribution. If you'd like to continue to help maintain this package it would be much appreciated as I've moved away from Gatsby these days! Just let me know and I can get you more elevated permissions etc!

t2ca commented 2 years ago

Thank you @njosefbeck, Yes, I am very passionate about Gatsby, and would love to help and contribute to the community.

njosefbeck commented 2 years ago

Great! So I've gone ahead and made you a collaborator to this repo. You should now be able to clone it directly and push up to create PRs and such. Feel free to email me at njosefbeck@gmail.com if you'd like more of a walkthrough for how I've been developing the project up till now!

t2ca commented 2 years ago

Thank you very much!