Richard
Richard
How would I go about getting the IDs required for the Integration tests? I need the Metafield ID for the Customer Metafield for the below: ```java ShopifyCustomerMetafieldUpdateRequest .newBuilder() .withCustomerId("6780238412") .withMetafieldId("")...
@ryankazokas thanks for the clarification, I was under the impression that the integration tests were run as apart of the CI. I will run mine locally and then add unit...
@ryankazokas this is ready for review so long.
Please note I have published this to my local Github Packages repo, as I need the updates to continue my work.
Hi @WadeBarnes is there anyway this can be merged? Anything I can do to help? I quite need an HTTP healthcheck in my environment
Thanks for looking into this, for now we simply forked the repo and added a basic health check endpoint that just returns a 200 OK as we were in a...
@WadeBarnes @swcurran @ianco thank you very much, I didn't know that at all, I appreciate the help :-) I will try and make a documentation PR tomorrow!
I am sorry to have to bug you again, but I am once again stuck. The fixes suggested above work, when I specify `--admin` as `ACAPY_ADMIN : [0.0.0.0, 11000]`; the...
Hi @WadeBarnes thank you for replying again, I tried the format you suggested as well as simply: - `[module, host, port]` - `[(module, host, port)]` - `"module, host, port"` -...
Awesome! That worked! Thank you @WadeBarnes , I would like to add some documentation for this, where would you recommend I add a small note about using Environment Variables?