gocardless / cli-releases

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

[BUG]: Inability for triggering any kind of events. #19

Open gspirov opened 1 year ago

gspirov commented 1 year ago

Hi there!

I've succeeded with starting the command for listening for events with gc listen --forward.

But when it comes for triggering any kind of event like:


gc trigger payment_confirmed --payment={paymentId} i always receive the following output:

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

Geo not supported for event simulation ❗


For each other commands like listing customers, mandates, payments I have success, only trigger events is the issue.

Thanks for any help in advance.