gocardless / cli-releases

Release repo for the gocardless cli
Apache License 2.0
4 stars 3 forks source link

[BUG]: Fails to trigger billing_request_fulfilled #26

Open jack-w-shaw opened 1 month ago

jack-w-shaw commented 1 month ago

Describe the bug

I can successfully trigger most events. E.g.

 $ gc trigger mandate_activated

This will trigger a mandate_activated event and create necessary resources in the process ⏳

Event triggered successfully, see dashboard for events 🚀

However, billing_request_fulfilled.* events fail with Error: invalid character '<' looking for beginning of value

To Reproduce

$ gc trigger billing_request_fulfilled 

This will trigger a billing_request_fulfilled event and create necessary resources in the process ⏳

2024/07/25 23:53:53 Error: invalid character '<' looking for beginning of value

Expected behavior

I expect the cli command to have a 0 return code, and for the correspondind events to be visible in in gc listen

Desktop (please complete the following information):