I am facing the following issues while using payumoney in my iOS project.
No known class method for selector 'setDisableCards:'. No known class method for selector 'setDisableNetbanking:'. No known class method for selector 'setDisableWallet:'.
[PlugNPlay setDisableCards:NO];
[PlugNPlay setDisableNetbanking:NO];
[PlugNPlay setDisableWallet:YES];
This issue on GitHub indicates that those functions has been removed from SDK.
And yes, they were removed from exposed header :