Skip to content

Commit

Permalink
Update nochexcallbackvb.aspx
Browse files Browse the repository at this point in the history
  • Loading branch information
NochexDevTeam authored Feb 26, 2018
1 parent f30aabb commit 8ceb87b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions VB/nochexcallbackvb.aspx
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
'readable.SetValue(nvc, False, Nothing)
'nvc("order_id") = "1"
'readable.SetValue(nvc, True, Nothing)
Dim toEmail As String = nvc("merchant_id")'"james.lugton@nochex.com"
Dim toEmail As String = nvc("merchant_id")
' Get all the POST details from the NameValueCollection and convert to String
Dim postdetails As String = nvc.ToString
Expand Down Expand Up @@ -126,7 +126,7 @@
' Sender of the Email.
mail.From = New Net.Mail.MailAddress("apc@nochex.com")
' Receipient of the Email.
mail.To.Add("james.lugton@nochex.com")
mail.To.Add(""+ toEmail +"")
' Subject of the email, displayed if the response is not declined or authorised.
mail.Subject = "Error"
' The body of the email will be the error message.
Expand Down

0 comments on commit 8ceb87b

Please sign in to comment.