Browse Source

Error code 0

Mobile-pdf
shakun 12 months ago
parent
commit
0b4dd8e88d
  1. 2
      JsonRx/ApiV3/MobileV3Controller.cs

2
JsonRx/ApiV3/MobileV3Controller.cs

@ -181,7 +181,7 @@ namespace JsonRx.ApiV3
Log.Debug("GetCustomerProfile | REQUEST : " + (customer));
JsonRxResponse custResponse = new JsonRxResponse();
JsonRxResponse custResponse = new JsonRxResponse() { ErrorCode = "0" };
if (string.IsNullOrEmpty(customer))
{

Loading…
Cancel
Save