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
This is happening because pending_invoice_items_behavior is set to include by default, so the trigger will work without having to pass a subscription override.
If you want to pass a subscription override, you will need to add the switch --remove invoice:pending_invoice_items_behavior to remove the default parameter from being sent by the cli.
The more information we have the easier it is for us to help. Feel free to remove any sections that might not apply
Issue
When triggering the
invoice.payment_failed
and passing a subscription the request fails with this errorI already tried editing the value for
pending_invoice_items_behavior
but does not workExpected Behavior
To call the webhook for this event and include the subscription ID in the request body
Steps to reproduce
This code generates the CLI command showed above
Environment
Operating System: elementary OS 6.1 Jólnir
Kernel: Linux 5.15.0-91-generic
Architecture: x86-64
The text was updated successfully, but these errors were encountered: