Jason Judge

Results 289 comments of Jason Judge

The v2 REST API supports metadata out of the box. Please see my notes on the README to see how to use it.

Use the new v2 REST API (WC 3.x) instead of this plugin. It now does everything this plugin does out of the box. The README gives some examples of how...

Use the new v2 REST API (WC 3.x) instead of this plugin. It now does everything this plugin does out of the box. The README gives some examples of how...

Before I start diving into the code and doing PRs and suchlike, I just wanted to check if I am missing something with perhaps other workaround, or if other people...

I haven't looked at this for a while, so I'll try the latest version and have a dig around again. I don't have any qualitative evidence, but I would think...

Let me take a step back and explain how I think this works, where I think - as an application developer - it can make things difficult. If my understanding...

On point 2, the initialisations, I meant the authentication client. The "library" was a little too broad. ```php $client = new Google_Client(); // set scope, redirect URL, access type, approval...

Hi, What you have given _should_ work, if I am reading it correctly. However, you may have an extra level in the structure there. Try this instead: ``` "custom_meta": {...

Use the new v2 REST API (WC 3.x) instead of this plugin. It now does everything this plugin does out of the box. The README gives some examples of how...