nitish24p / react-native-upi

A tiny module for Adding payments via UPI in your react native apps ❤️
MIT License
75 stars 29 forks source link

On Activity Result, "Request Code Mismatch" throws error when I open gallery and come back. #7

Open Katariaa opened 4 years ago

Katariaa commented 4 years ago

When I open gallery from another screen(than the one in which i have added Upi payment option) and come back this below mentioned else part throws error. I think this is redundant atleast in my scenario so if possible you can remove that.

else { responseData.put("message", "Request Code Mismatch"); responseData.put("status", FAILURE); this.failureHandler.invoke(gson.toJson(responseData)); }

nitish24p commented 4 years ago

Sure will have a look