Hi Team,
I run a 2-payment transaction code for stripe platform and i getting following error :-
System.ArgumentNullException: Value cannot be null. Parameter name: hostname at System.Net.Sockets.TcpClient..ctor(String hostname, Int32 port) at ASP.cs_sock_2party_aspx.Page_Load(Object sender, EventArgs e) in d:\certifications\MCSD\codes\practicals\Payment\2party
payment\CS_Sock_2party.aspx:line 497
Can anyone help, I am very new for payments implementation
HTML CODE
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<HTML>
<head><title>ASP.NET (C#) Sockets Sockets Example</title>
<meta http-equiv='Content-Type' content='text/html; charset=iso-8859-1'>
<style type='te ...
Go to the complete details ...