使用paytm Sdk时出现SCReachability错误

时间:2016-12-26 10:48:29

标签: ios objective-c paytm

我在项目中集成了paytm,但由于此代码,我收到了“ NSReachability错误”。

enter image description here

[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];
         }
     }];

感谢您的快速回复。

0 个答案:

没有答案