簡體   English   中英

Paypal信用卡在沙盒模式下不起作用

[英]Paypal credit card not working in sandbox mode

在我的iPhone應用程序中,當我在沙盒模式下使用Paypal電子郵件進行測試時,我擁有Paypal,它的工作正常,但是成功完成了信用卡期權交易,但錢並未從我的賬戶中扣除,也未添加到商家賬戶中。

任何人都可以請我幫忙做一下..謝謝

[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之前。

希望這能解決您的問題

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM