Closed Moumit closed 3 years ago
you tried removing condition and hardCoding it to? if yes was that effective?
txnParam.environment = PUMEnvironmentProduction;
Yes by hardcode i had to publish the app, that worked .. i think the trinary operator not working
okay I'll have a look at it thanks for your info.
Fixed is #55
//Below line is not working, it's always showing test card screen
txnParam.environment = payuData[@"isDebug"]?PUMEnvironmentTest:PUMEnvironmentProduction;
Passed parameter
not working