diff --git a/README.md b/README.md index 7cd0e621064de3851ad8c802d8ad4d2748ad0f8c..de1314e0a1428dc14981938b9138f1501e37f994 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; }