cancel
Showing results for 
Search instead for 
Did you mean: 
Vaslin
Member
since ‎01-27-2015
‎08-22-2015

Your latest statistics

  • 6 Replies
  • 0 Solutions
  • 2 Kudos given
  • 1 Kudos received

User Activity

I'm using the SDK from GITHUB for my ASP.NET MVC5 application in Test mode I created an order var order = new Order(customer.ProfileID, paymentProfile.ProfileID, null); foreach (var applicant in invoice.Applicants) { order.AddLineItem(applicant.Appli...
When adding a customer profile with CIM, I am setting the third parameter of 'gateway.CreateCustomer' to our client ID number. billing.AuthorizeProfileId = gateway.CreateCustomer(billing.Email, billing.FullName, client.ClientId.ToString()).ProfileID;...
Kudos from
Kudos given to