From 13e91378f3570202b90fa091fb60d563f4acfd78 Mon Sep 17 00:00:00 2001 From: Pedro Cavaleiro Date: Tue, 7 Feb 2017 19:16:42 +0000 Subject: [PATCH] Changed Readme.MD --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7cd0e62..de1314e 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,9 @@ Currently these functions are already implemented
  • Domain WhoIs
  • Get Client Details
  • Validate Login
  • +
  • GetTransactions
  • +
  • GetOrders
  • +
  • GetClientsProducts
  • [![Donate](https://img.shields.io/badge/Donate-PayPal-green.svg)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=A3JFH2WA6U9YU) @@ -87,7 +90,7 @@ namespace YOUR_APP { EnumUtil.GetString(APIEnums.ValidateLoginParams.Password), Password } }; - ValidateLogin response = JsonConvert.DeserializeObject(_call.MakeCall(data)); + ValidateLogin response = JsonConvert.DeserializeObject(_call.MakeCall(data)); Session["uid"] = response.UserID; Session["upw"] = response.PasswordHash; } -- 2.16.4