Hey all, has anyone had experience with updating a line quantity on an existing sales order through a web service in My Account? I currently have a service that will load a sales order in the 'Pending Approval' status using nlapiLoadRecord, adjust the quantity on a given line and save the record using nlapiSubmitRecord. However, I continue to receive an error stating to 'Please enter credit card information.' The issue is that the sales order is currently using terms, so there should be no need for a credit card. I have confirmed that this works as expected when a credit card is on the sales order, or if a credit card was previously set, but currently has terms. Any information would be greatly appreciated.