Jérôme Gagnon-Voyer
Jérôme Gagnon-Voyer
I just hit this bug Is there any solution for this? Nobody has been able to properly watch variables in VS Studio for over 18 months now?
Same problem for me, any idea @metadaddy ?
I ended up doing something like that, which fixed it ``` $mode = array( 'ssl_method' => SOAP_SSL_METHOD_TLS, 'encoding'=>'UTF-8', 'cache_wsdl' => WSDL_CACHE_NONE, 'stream_context'=> stream_context_create( array( 'ssl'=> array( 'crypto_method' => STREAM_CRYPTO_METHOD_TLSv1_2_CLIENT, 'ciphers'...
Same for me, not a big fan of having a terminal on a black background, would love to be able to have black text on white background. Similar to how...
Noted, thank you
@mlywe Mostly looking at the "status" (in transit, returned), and the reference to the original shipment could be helpful as well. Use case: We would query the API to know...
I don't really need the `/returns/count` because once something is returned, it has very little value for us to know about. We have been a client for over 5 years,...
```If this is the case we could potentially return the original shipment data directly in the response to avoid that extra request. I'd like to get a better sense of...
Hi @pbauermeistercc , thank you for this Can you also add original_order_id? The rest is good Thank you!
Looks great! Thank you