Replies: 1 comment
-
hey @chrisvdm the redwoodjs-stripe package is pretty awesome. no doubt in that... great work 👏🏽 Few observation my existing redwoodjs repo is in typescript and when i run the Also not able to create a stripe customer. // I am using the following strategy for User mapping
<Set
wrap={StripeProvider}
customer={{
search: isLoggedIn ? `email: "${authUser.email}"` : '',
create: {
email: authUser.email,
name: authUser.name
}
}}
>
<Route path="/category" page={CategoryPage} name="category" />
<Route path="/product" page={ProductPage} name="product" />
</Set> versions Please let me know if you need any other information. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi there, if you've tried out the latest release. Let me know what you think!
Beta Was this translation helpful? Give feedback.
All reactions