coinbase / coinbase-commerce-woocommerce

Accept Bitcoin on your WooCommerce-powered website.
https://commerce.coinbase.com/integrate/woocommerce
Apache License 2.0
58 stars 40 forks source link

handle_webhook Should check chargeid(code) #27

Open HdbKing opened 4 years ago

HdbKing commented 4 years ago

If two woocommerce website use same account. coinbase server will post same result to all webs' webhook. if two web's woocommerce order is euqal,handle_webhook will not check this order whether or not belong to this system.

Another way is add a new meta like: host url,app name ...etc.