You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have noticed that the code in stripe_web does not align with the documentation provided by Stripe. I will submit a pull request shortly for your review. Please help confirm.
To Reproduce
Steps to reproduce the behavior:
set saveCardInfo to false
do confirmPayment
check the Payment Information of the Customer in Stripe Dashboard
Expected behavior
If saveCardInfo is set to false, Stripe should not store the user-inputted payment information.
Smartphone / tablet
Device: Mac
Package version:flutter_stripe_web 4.4.0
Additional context
none
The text was updated successfully, but these errors were encountered:
…lutter-stripe#1673
According to the documentation, `setup_future_usage` can be set to `OnSession`, `OffSession`, and `Null`. However, the current code only corresponds to `OnSession` and `OffSession`.
…1673 (#1674)
According to the documentation, `setup_future_usage` can be set to `OnSession`, `OffSession`, and `Null`. However, the current code only corresponds to `OnSession` and `OffSession`.
Describe the bug
I'm using the stripe_web package.
It seems unable to opt-out of saving payment information during confirmPayment.
Here is my code:
I have noticed that the code in stripe_web does not align with the documentation provided by Stripe. I will submit a pull request shortly for your review. Please help confirm.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
If saveCardInfo is set to false, Stripe should not store the user-inputted payment information.
Smartphone / tablet
Additional context
none
The text was updated successfully, but these errors were encountered: