Skip to content

fix(SFT-2801): minimum amount value used in Stripe payment intents#2540

Open
seandelaney wants to merge 1 commit into
v5from
fix/SFT-2801-stripe-payment-intents
Open

fix(SFT-2801): minimum amount value used in Stripe payment intents#2540
seandelaney wants to merge 1 commit into
v5from
fix/SFT-2801-stripe-payment-intents

Conversation

@seandelaney
Copy link
Copy Markdown
Contributor

Fixes #2539

None of the payment intent stuff that handles the amount has changed in about 3 years.

I cannot see anything in the Stripe API docs to say something changed on their end. The docs do say the amount field is required, min value 0.5 USD.

I dunno why its suddenly broken. It previously worked with 0.

I have added a fallback to prevent the initial payment intent from failing on page load.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

Stripe field fails to load due to missing 'amount' parameter

1 participant