- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
C# CustomerGateway.CreateCustomer method overload
First off, this is my first time using the SDK and with utter lack of documentation on the class and method usage,
developers are left to put 2 and 2 together which is not very productive.
Anyway, I am using the CustomerGateway for customer related functions. One of the requirements is our ability to create
a new customer. The CustomerGateway has a method, called, of course
CreateCustomer(string email, string description)
This method signature does not make a whole lotta sense, especially when the UpdateCustomer method takes a
customer object as a parameter.
If the CreateCustomer method can be modified this way by providing an overload that takes a customer object as the
input parameter then it would be heck a lot of easier for the developer to populate a customer object with billing and
shipping address info and send it over to AuthNet.
06-30-2011 12:28 PM - edited 06-30-2011 12:28 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi TK,
Thanks for the feedback. I've sent your comments to our development teams so they can review.
Thanks,
Michelle
Developer Community Manager
07-06-2011 03:50 PM
