cancel
Showing results for 
Search instead for 
Did you mean: 
YYY_GUY
Member
since ‎08-05-2011
‎08-11-2011

Your latest statistics

  • 4 Replies
  • 0 Solutions
  • 0 Kudos given
  • 0 Kudos received

User Activity

How can something as basic as this fail?:var gate = new CustomerGateway(Login, TransactionKey, ServiceMode.Test);var authorizeCustomer = gate.CreateCustomer(order.Email, order.MemberName);gate.UpdateCustomer(authorizeCustomer); When it executes this ...
I am new to this technology. I have tried to read / use the documentation but it seems to be written for people who already know what they are doing with the API. It's more of a reference guide than an aid to getting started. When I try to find answe...