SCReachability error while using paytm Sdk

93 views Asked by At

I integrated paytm in my project but i am getting "NSReachability error" because of this code.

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

Thanks for quick response.

0

There are 0 answers