blockonomics / Django-Image-Store

A simple store that sells digital photos and accepts bitcoin payments

Home Page:https://youtu.be/xGeD1UUXpMk

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Secret missing from callback url

DarrenWestwood opened this issue · comments

The checking of the secret is missing from the callback page: https://github.com/blockonomics/Django-Image-Store/blob/master/payments/views.py#L72

secret = request.GET.get('secret')
if (secret != 'your_secret'):
   return