bunq / tinker_php

Install Tinker by just running this command: bash <(curl -s https://tinker.bunq.com/php/setup.sh)
MIT License
7 stars 8 forks source link

The new sandbox url will be `https://public-api.sandbox.bunq.com/v1/`. #56

Open devin053 opened 1 year ago

devin053 commented 1 year ago

The new sandbox url will be https://public-api.sandbox.bunq.com/v1/.

This new environment will not support pub key pinning due to a bug in curl, see: https://curl.haxx.se/docs/todo.html#Support_intermediate_root_pinn. Therefore, public key pinning will be disabled in the SDK's for sandbox.

_Originally posted by @OGKevin in https://github.com/bunq/sdk_php/issues/149_

Dew0Tgx commented 4 months ago

Great job