coinbase / coinbase-commerce-python

Coinbase Commerce Python
Apache License 2.0
83 stars 50 forks source link

No signatures found matching the expected signature #22

Open Amit-Dagar opened 4 years ago

Amit-Dagar commented 4 years ago

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

dz775 commented 3 years ago

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