-
# Bug report
- @stripe/firestore-stripe-payments
## Describe the bug
in Next.js
```ts
import {
createCheckoutSession,
getStripePayments,
} from '@stripe/firestore-stripe-payments';…
-
## Issue Description
When I place order it throws an error that " ". The secret key and public key of stripe is correct. I tried debugging the stripe plugin and found that the charges in data…
-
# Problem
A bunch of our tests, when executed, output a `console.warn` into the terminal, with
```
You may test your Stripe.js integration over HTTP. However, live Stripe.js integrations must u…
-
**Is your feature request related to a problem? Please describe.**
Currently most of the failure handlers are rejecting the call with the localizedErrorMessage from the exception.
Sometimes we might…
-
## Summary
Creating an issue to track adding the additional fields requested in this [PR](https://github.com/stripe/stripe-terminal-ios/pull/280/files)
## Code to reproduce
Although not a…
-
In the Package.onUse function, I specified both
`api.use('mrgalaxy:stripe');`
`api.imply('mrgalaxy:stripe');`
And both have the following error printed to the terminal:
```
TypeError: Object # has …
-
Would be nice to obey "program specified resize increment: X by X" from WM_NORMAL_HINTS.
I need it for terminal windows with apps which set their own background color like Vim.
Unless the window siz…
-
cancelPaymentIntent does not cancel the payment on the terminal
the device still shows a waiting card
-
For example, the Stripe test mode card number `4000 0027 6000 3184` and some banks require this (push notification or sms or similar). Currently, the POS does not allow the transaction to be complete…
-
## Background
- By far the best card payment UX. Faster than swiping or chip-and-pin.
- Much faster than mobile pay UX, search by name or scan QR.
- Among currently-implemented NFC tap-to-pay, th…