Discussions
Read on for the latest updates including:
• Agenda Builder launch
• SuiteWorld On Air registration
• New NetSuite Prompt Studio Contest
• And more!
Check out this thread to learn more!
SO webservice Credit Card Expiration
I am using web services to create a sales order. If the sales order is paid for by credit card I submit the credit card information with the sales order. The WSDL is asking for the credit card expiration as a java Calendar object. I am passing the expiration as a calendar object. However when looking at the expiration date in the UI for the newly created sales order the expiration date is actually [month - 1]. If the expiration date that I passed was 7/2012 then I see 6/2012. If I pass 1/2012 then I see 12/2011. Because of this credit card authorizartion fails.