Hi guys, how are you approaching payments on development server.
I have full local setup (database, backend, frontend)
I obviously can't send a webhook to localhost, I also don't want to force developers into using ngrok/localtunell and then manually going into the stripe/paddle dashboard and setting url there whenever they test something.
Is there any common approach?
inb4 I'm not asking about testing on staging, I'm asking for development when developer is running the project on his machine