79542636

Date: 2025-03-29 00:54:48
Score: 0.5
Natty:
Report link

I believe this is because you're passing collect: 'eventually_due' when creating the AccountLink. You should pass collect: 'currently_due' instead, or use collection_options.fields: 'currently_due' since Stripe's API reference doc mentions that the collect parameter is deprecated.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Single line (0.5):
Posted by: LauraT