We are implemented PayUCheckoutPro-Android in my project everything works fine when I debug the app(with test key and salt)
I can able to make card payment
I created the APK and testing the same up(No code change ) but when I go to PayU screen it throws error 5014
JSONObject["bank_id"] not a string.
Why app is behaving odd in release/apk mode but works fine in debug mode
I am using SDK implementation 'in.payu:payu-checkout-pro:1.8.2'
We are implemented PayUCheckoutPro-Android in my project everything works fine when I debug the app(with test key and salt) I can able to make card payment
I created the APK and testing the same up(No code change ) but when I go to PayU screen it throws error 5014 JSONObject["bank_id"] not a string.
Why app is behaving odd in release/apk mode but works fine in debug mode I am using SDK implementation 'in.payu:payu-checkout-pro:1.8.2'
Please help me.