Skip to content

Commit 3e6442e

Browse files
authored
[Stripe Issuing] Set buffer to $250k (#12149)
## Summary of the problem <img width="1166" height="319" alt="image" src="https://github.com/user-attachments/assets/c7188e74-2871-4fcb-a8e7-434838b61ddf" /> We're starting to use a good portion of our buffer ## Describe your changes Bump to $250k
1 parent 84fbc4c commit 3e6442e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/jobs/topup_stripe_job.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ def perform
2323
# money on Stripe Issuing is at least two weeks.
2424
# Ex. The money from a top-up today will be spent in no earlier than two
2525
# weeks from now (FIFO order).
26-
buffer = 200_000 * 100
26+
buffer = 250_000 * 100
2727

2828
# amount of money currently in stripe
2929
balances = StripeService::Balance.retrieve

0 commit comments

Comments
 (0)