IOS prod screen mode not opening
Closed this issue · 4 comments
Moumit commented
//Below line is not working, it's always showing test card screen
txnParam.environment = payuData[@"isDebug"]?PUMEnvironmentTest:PUMEnvironmentProduction;
Passed parameter
{
......
isDebug:false
...
}
not working
Suraj-Tiwari commented
you tried removing condition and hardCoding it to? if yes was that effective?
txnParam.environment = PUMEnvironmentProduction;
Moumit commented
Yes by hardcode i had to publish the app, that worked .. i think the trinary operator not working
Suraj-Tiwari commented
okay I'll have a look at it thanks for your info.
Suraj-Tiwari commented
Fixed is #55