#Sairony-cli

1 messages · Page 1 of 1 (latest)

winter matrix
#

Hey, not sure I understand the Q

desert mango
#

Essentially I get this in the CLI:

#

It says 200 but the invoice ones doesn't really hit my PHP script it seems, so I want to be able to return something I presume in the webhook response such that it shows up on my command line to help me debug why it doesn't hit those invoice ones

winter matrix
#

It's not possible to display the error messages in the CLI log, just the status. What you'd do instead is just add a log into your webhook handler to log the message to that console

desert mango
#

Ah, I have this from the stripe example:

#

If I log into logger there, where does that actually end up? I looked in my apache logs but there doesn't seem to be anything there

winter matrix
#

It should be printed in whatever console/terminal the application is running in

desert mango
#

Ah, I'm running it as a wamp server locally as a service though, so I guess I'll have to dig a bit to see where it ends up then hehe