Paypal信用卡无法在沙盒模式下工作

时间:2015-03-13 06:28:57

标签: ios objective-c iphone paypal-sandbox

在我的iPhone应用程序中,我有paypal,当我在沙盒模式下使用贝宝电子邮件进行测试时工作正常,但信用卡选项交易已成功完成,但资金未从我的帐户中删除,也未在商家帐户中添加。

任何人都可以帮我把它缩短..谢谢提前

1 个答案:

答案 0 :(得分:0)

[PayPalMobile preconnectWithEnvironment:PayPalEnvironmentSandbox];

PayPalPaymentViewController *paymentViewController = [[PayPalPaymentViewController alloc] initWithPayment:payment
                                                                                            configuration:self.payPalConfig
                                                                                                 delegate:self];
[self presentViewController:paymentViewController animated:YES completion:nil];

尝试[PayPalMobile preconnectWithEnvironment:PayPalEnvironmentSandbox];

在调用paymentViewController之前。

希望这能解决你的问题