Discussions
phptoolkit: Ignore warnings as errors
We have currently tried to integrate the credit system into our web services along side the working pay per order and ran into a snag.
If the customer has a credit limit even if the order is above the limit and they want to pay with a credit card, the script errors out saying the limit is over. Normally a warning is ignored and goes on (we do not have the checkbox checked in the site preferences in the NS UI).
I was doing a little searching and found someone talking about a credholdoverride hidden field you can use in a sales order field set however that is not working, either is adding warningAsError = false