Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ARB and Phone Number
11-17-2011 07:26 AM
3 REPLIES 3
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Post your applicable code in a code box (fourth option from the left in Rich Text mode).
11-17-2011 09:30 AM
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Dim subrequest = SubscriptionRequest.CreateWeekly("Freddy@ruble.com", "zzddsfzzzz", 185) '"fred@rublecorp.com", "Gold Standard", 19.5, 15) subrequest.CardNumber = "4111111111111111" 'Credit Card Information subrequest.CardExpirationMonth = 12 subrequest.CardExpirationYear = 2012 subrequest.BillingAddress = New AuthorizeNet.Address subrequest.BillingAddress.Fax = "12312312345" subrequest.BillingAddress.Phone = "12312312345" subrequest.BillingAddress.ID = "2344444" subrequest.BillingAddress.First = "Fred" subrequest.BillingAddress.Last = "Flinstone" subrequest.BillingAddress.State = "VA" subrequest.BillingAddress.Street = "123 Main Road" subrequest.BillingAddress.City = "Bed Rock" subrequest.BillingAddress.Company = "Rumble Corporation" subrequest.BillingAddress.Country = "USA" subrequest.BillingAddress.Zip = "00000" Dim gate As New SubscriptionGateway("XXXXXXXX", "XXXXXXXXXXXX", True) '//step 3 - make some money Dim response = gate.CreateSubscription(subrequest).SubscriptionID
11-17-2011 10:00 AM
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
It probably a problem in the .net dll. Download the source and fixes it.
11-17-2011 01:53 PM - edited 11-17-2011 01:53 PM