DarrenWestwood / greed

A customizable Telegram shop bot that accepts bitcoin payments
https://www.youtube.com/watch?v=xatg16QA_0g
GNU Affero General Public License v3.0
91 stars 59 forks source link

Only submit secret to match store on Blockonomics #64

Closed DarrenWestwood closed 1 year ago

DarrenWestwood commented 1 year ago

Submitting the full callback url is not required. Update the bot to only submit the secret when collecting the payment history using merchant_logs: https://github.com/DarrenWestwood/greed/blob/master/blockonomics.py#L81

DarrenWestwood commented 1 year ago

Resolved in https://github.com/DarrenWestwood/greed/pull/66