#bassil-webhook-failure

1 messages ยท Page 1 of 1 (latest)

broken moth
shell dove
#

Okay awesome ๐Ÿ™‚ So will ignore the email

#

I fixed this issue by making the secret change based on server setting being on debug mode or not in django instead of hardcoding the secret for production/development and hashing out the one not being used

#

To avoid this in the future

#
if DEBUG:
    STRIPE_SECRET_SIGNING_KEY = 'code here'

else:
    STRIPE_SECRET_SIGNING_KEY = 'code here'

broken moth
#

nice!

shell dove
#

Thank you. Okay Koopajah have a nice day, back to coding for me ๐Ÿ™‚