Browse Source

#24791 Gcc paid status

gcc
Dinesh 3 months ago
parent
commit
6b6f932e81
  1. 1
      TPServices/GCC/Services/GCCAPI.cs

1
TPServices/GCC/Services/GCCAPI.cs

@ -389,6 +389,7 @@ namespace TPService.GCC.Services
_response.ResponseCode = res.ResponseCode == "001" ? "0" : "1";
_response.Msg = res.ResponseMessage;
_response.Extra = res.TransactionStatus;
_response.Data = res;
}

Loading…
Cancel
Save