sdk_php icon indicating copy to clipboard operation
sdk_php copied to clipboard

remove incorrect redundant check for response-id header

Open Rkallenkoot opened this issue 2 years ago • 0 comments

ResponseInterface hasHeader() is case-insensitive and checking for UPPER_CASED twice does not help.

This PR closes/fixes the following issues:

  • Closes bunq/sdk_php#
    • [ ] Tested

Rkallenkoot avatar May 05 '22 22:05 Rkallenkoot