awaters-pa
awaters-pa
Hi There @mikaelcom This is testing out real well. There is a change I'm curious about though. Not sure if this is related to this change or another so let...
> > In the generated class for AddPaymentToBasket_Request in the method setPaymentDescription there is a change that converts the passed in parameter to a SoapVar. The original code, just assigned...
After looking over this it seems that our previous engineer had to change a few of the property assignments to use `SoapVar` instead of a straight assignment. I'll have to...
I think the fix would be to change the signature of `AbstractSoapClientBase->setSoapHeader` to allow for an array, or add another method to setup the default headers. Currently, no matter what...