trevordboyer
trevordboyer
I'm not 100% sure this is what fixed it for me, but I added `define('WP_CONTENT_DIR', realpath(ABSPATH . './wp-content/'));` to my wp-config.php file. `ABSPATH` was already defined for me so I...
@SonerAbay @wkrubon Possible duplicate of #4186. Does [this solution](https://github.com/ThemeFuse/Unyson/issues/4186#issuecomment-1059869306) help at all?
Not the best solution but until it gets fixed here I was able to intercept the `charge_confirmed` event using the following: ```javascript const handleCoinbaseMessage = (message) => { if (message.data...