Skip to content
#

stripe-checkout

Here are 270 public repositories matching this topic...

nextjs-subscription-payments
andrewshrout
andrewshrout commented Dec 10, 2020

Feature request

The account details page is set up to imply that you can update your account. Entry forms and buttons that actually update these things in the database would be nice.

Describe the solution you'd like

An example of updating the name (so I can implement the email update), or full implementation by default.

Describe alternatives you've considered

Currently goin

enhancement good first issue

Cashierstream is a simple Spark alternative written for Laravel Jetstream, with the super-power of tracking plan quotas, like seats or projects number on a per-plan basis

  • Updated Nov 8, 2021
  • PHP
react-native-stripe-checkout-webview
akhilsanker
akhilsanker commented Apr 20, 2022

Hi,

I tried to change the language of the checkout, but it's not working, the checkout is not getting loaded.

My code is as follows:

            <StripeCheckout
              stripePublicKey={config.STRIPE_PUBLISH_KEY}
              checkoutSessionInput={{
                sessionId: checkoutId,
                locale: 'de'
              }}
              onSuccess={() => {
    
good first issue

Improve this page

Add a description, image, and links to the stripe-checkout topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the stripe-checkout topic, visit your repo's landing page and select "manage topics."

Learn more