#oleg.moseiko

1 messages · Page 1 of 1 (latest)

lament glacierBOT
gusty marsh
#

Hi there

#

I'm not familiar with xdebug

#

What are you trying to do exactly?

granite knot
#

i try to stop execution webhook on breakpoint

#

and try debug code and check variables

gusty marsh
#

Okay that should work fine but really it has to do with your IDE, not Stripe.

#

How are you trying to test your Webhook endpoint?

granite knot
#

/ webhook.php
//
// Use this sample code to handle webhook events in your integration.
//
// 1) Paste this code into a new file (webhook.php)
//
// 2) Install dependencies
// composer require stripe/stripe-php
//
// 3) Run the server on http://localhost:4242
// php -S localhost:4242

gusty marsh
granite knot
gusty marsh
#

Okay so seems like you successfully tested.

#

What issue are you running into exactly?

granite knot
#

try to stop execution webhook on breakpoint

gusty marsh
#

That is dependent on your server code and your IDE.

#

That isn't really a Stripe issue that I can help you with.