Daniel Kudwien
Daniel Kudwien
How do we get the value of `file_sha` for https://docs.github.com/en/rest/reference/git#get-a-blob? The current action uses [getContent()](https://docs.github.com/en/rest/reference/repos#get-repository-content), which accepts the file path.
Unfortunately I don't have the error messages anymore. But they can be easily reproduced by setting up the app with a database name other than the default. GA4 support wasn't...
Oh, that was a decade ago… 🙈 - `file_exists()` also works for symlinks, but that shouldn't be relevant here. - `file_exists()` additionally checks whether it might be a folder or...
The issue is still causing problems today.
Yeah, git has no notion (at all) of directories. It only knows about files. (That's why you can't commit an empty directory to git.) I guess we could try to...
Any update on this? We're using the code in production already.
We are still using this successfully.
fix: Chrome rejects refresh_token cookie in cross-origin requests due to missing SameSite attribute.
Sorry for not getting to this earlier. 😬 Your proposed change looks good to me. We could move forward with it – although Google is now stating that we should...
Any update on this? The build error on TravisCI is not related to the change of this PR.
This PR is obsolete, the offending code no longer exists: https://github.com/woocommerce/woocommerce-gateway-amazon-pay/blob/ae035556b197425a4520b6fc4c8082046795320f/includes/admin/legacy/class-wc-amazon-payments-advanced-order-admin-legacy.php#L142-L147