Exemple #1
0
        public JObject Post(JObject jsonResult)
        {
            MeowWalletCallbackModel obj = JsonConvert.DeserializeObject <MeowWalletCallbackModel>(jsonResult.ToString());

            obj.Ext_email = "*****@*****.**";

            return(jsonResult);
        }
Exemple #2
0
        public JObject Post(JObject jsonResult)
        {
            MeowWalletCallbackModel obj = JsonConvert.DeserializeObject <MeowWalletCallbackModel>(jsonResult.ToString());

            return(jsonResult);
        }