chris

Results 28 issues of chris

Stripe is not supported much in Africa so to support users in Africa a [Paystack](https://paystack.com/) integration will be helpful 1. Document API for setup (Proof of Concept) 2. Example store...

enhancement
pipeline

https://github.com/redwoodjs/example-store-stripe/issues/214 This issue came up in May and was missed. > When deployed to Netlify (I would assume any Lambda-based implementation will have the same issue) Stripe webhook events >...

bug

At the moment the exporting of services to use in rw app feels a bit hacky. inside plugin `redwoodjs-stripe/src/api/services/index.js` ``` js import { checkout, createStripeCheckoutSession } from './checkouts/checkouts' import *...

enhancement
help wanted
important

Somehow (?) use [StripeOpenApi](https://github.com/stripe/openapi/blob/master/openapi/spec3.json) to keep sdl files automatically maintained. Current idea: Have a github action that updates an online sdl lib. Link to lib so that Stripe sdls are...

enhancement
pipeline

Create StripeSessionCell which fetches session data - create schemas and services - create template folder to copy over - a script for adding cells/feature individually `yarn redwoodjs-stripe add cell session`

enhancement

Add linting. Use the same config as RW. Inside the `shared.js` file in the redwood repo. [shared.js file](https://github.com/redwoodjs/redwood/blob/main/packages/eslint-config/shared.js)

Be able to install and setup a plugin via rw commands. Something like `yarn rw setup plugin stripe` Searches registry for package prefixed with `redwoodjs-` and ending with `stripe`, i.e....

help wanted
discussion

Supporting both builds might make more people happy than just supporting one and not the other

discussion
important