ios - 如何在paypal支付方式中隐藏用卡支付选项

标签 ios swift paypal-sandbox

我正在为我的项目使用 Paypal 支付网关。所以我在我的项目中使用 Paypal 库。那样的话,我不需要用卡支付选项。我需要隐藏此刷卡按钮。 (引用下方截图)

截图: enter image description here

最佳答案

如果你将 Card.io Framework 链接到你的应用程序,那么选项就会出现。 你不想要 CardPayment 选项,

   PayPalConfiguration *PayPal_Configure = [[PayPalConfiguration alloc] init];
   PayPal_Configure.acceptCreditCards = NO;

关于ios - 如何在paypal支付方式中隐藏用卡支付选项,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/45037178/

相关文章:

ios6 - 中国和新西兰的 Paypal 沙盒账户

Paypal 沙盒 : Preconfigured Account Creation Failed error

objective-c - 在不使用 reloadData 的情况下动态更新 UITableView 的部分

ios - 通过代码连续画一条线

ios - 导航栏 setTitleVerticalPositionAdjustment(_ :for:) method not working for title images on iOS 11 Beta

objective-c - 水平镜像 SKSpriteNode 纹理

ios - swift : Different UIView in each UITableView cell

angular - 如何更改 PayPal 按钮区域设置?

javascript - 阻止图像上的强制触摸事件,但仍允许在 iOS Safari 中进行长按事件

ios - Obj-c - 显示 'Pay with Apple Pay' 按钮?