Dear all,
I wrote some code 2 years ago that still works in Production environment, but it seems not work anymore in the development mode. What am I doing wrong? It is super annoy (and not workable) to debug in production environment ;) Thanks for your help!
Background info:
- I use $bunq->makeRequest (PHP) to create a payment request and I got back a BunqmeShareUrl
- That url is something like ''https://bunq.me/t/36O7Iu5hYh4kQADA0vnEYC'' for production environment and works.
- That url is something like 'https://bunqme.triage.bunq.net/t/4wqHWJzIEoYJuRjhNUas5m' and that one DOES NOT WORK (timeout etc).
I hope you can help me out!