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
Thank you for bringing this up and please forgive my super late response!
This is a bug in Thor, which is the CLI framework that Stripe-Cli is built on top of. I did some digging and the bug was actually patched some time ago, unfortunately there has not yet been a gem release that includes the fix.
I have opened a new issue over there, asking when they plan to do that: rails/thor#506
Finding stripe-cli really useful. Have just been trying to add adjustments to invoices using invoice_items with negative amounts e.g:
This returns:
Is there an alternative way to do this? At the moment I'm creating them as positive amounts and then altering via the Stripe UI.
The text was updated successfully, but these errors were encountered: