Cannot override customer ID on Stripe CLI when triggering invoice.payment_failed
#1275
Labels
bug
Something isn't working
invoice.payment_failed
#1275
Issue
When triggering the
invoice.payment_failed
event with the CLI using the following command the customer ID never gets overwritten, the CLI generates a new customer each timestripe trigger invoice.payment_failed --override invoice:customer=cus_xxx --override invoice:customer.payment_method=pm_xxx
Expected Behavior
To call the webhook for this event with the override customer ID in the body
Steps to reproduce
Use the above command with a valid test customer ID and payment method ID
Environment
Linux
stripe version 1.22.0
The text was updated successfully, but these errors were encountered: