Hidetaka Okamoto
Hidetaka Okamoto
I could reproduce this error by this command on the `readme.md` on https://github.com/stripe-samples/checkout-single-subscription/tree/main?tab=readme-ov-file#how-to-run-locally . ``` $ stripe prices create -d "product=ID_OF_BASIC_PRODUCT" -d "unit_amount=1800" -d "currency=usd" -d "recurring[interval]=month" ``` Error message;...
Possibly it's related to this: https://github.com/vercel/next.js/discussions/12868
Thank you for merging! @winnie-stripe and @fruchtose-stripe
I apologize for the delay in confirming! I think this is a very simple yet great sample for understanding Hono's capabilities. @dalanmiller I have one question about this sample. It...
@yusukebe Also, regarding the Hono and Stripe sample, I have a suggestion. How about creating a pull request to this repository with a very simple e-commerce app sample using Hono...
IMO It looks ready to merge. We can discuss how we will import the Stripe API key, but the most important point is showing a new example about how to...
@dependabot rebase
Thank you @yusukebe -san! I updated the file to add the section.
Hello @yusukebe -san, I updated the code snippet according to your feedback. As a result, we can make it simpler than before. I also gained a deeper understanding of Hono...
@yusukebe I've removed unnecessary code snippets 👍