We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi there!
I've succeeded with starting the command for listening for events with gc listen --forward.
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:
gc trigger payment_confirmed --payment={paymentId}
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.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: