@@ -253,7 +253,9 @@ public class Payment {
}
result.put("status", "failed");
result.put ("msg",paymentClose.get("error_msg").toString());
+ return result;
+ result.put("status", "success");
return result;