The pattern for domain names that are trusted as sources for FreshBooks call-backs has changed.
I had to change freshbooks_webhooks.constant.inc with
define('FBWH_FB_SAFE_DOMAIN', '*.freshbooks.com');
The pattern for domain names that are trusted as sources for FreshBooks call-backs has changed.
I had to change freshbooks_webhooks.constant.inc with
define('FBWH_FB_SAFE_DOMAIN', '*.freshbooks.com');
Comments
Comment #1
guypaddock commentedAh, good catch. Thanks, quadbyte!
I'll have to update this in the code.
Comment #2
t0xicCode commentedI believe this was fixed.