我在项目中集成了paytm
,但由于此代码,我收到了“ NSReachability错误”。
[PGServerEnvironment selectServerDialog:self.view completionHandler:^(ServerType type)
{
PGTransactionViewController *txnController = [[PGTransactionViewController alloc] initTransactionForOrder:order];
if (type != eServerTypeNone) {
txnController.serverType = type;
txnController.merchant = mc;
txnController.delegate = self;
[self showController:txnController];
}
}];
感谢您的快速回复。