coinbase-commerce-python icon indicating copy to clipboard operation
coinbase-commerce-python copied to clipboard

No signatures found matching the expected signature

Open Amit-Dagar opened this issue 4 years ago • 1 comments

Facing issues verifying webhook secrets in django because request.data.decode("utf-8") not works in django, No signatures found matching the expected signature

Amit-Dagar avatar Sep 23 '20 16:09 Amit-Dagar

request_data = request.body.decode('utf-8') works

dz775 avatar Oct 07 '21 19:10 dz775