我无法在为 PHP CodeIgniter 框架实施 PayPal 库的贝宝自适应支付中添加商品编号、商品价格和数量
Posted
技术标签:
【中文标题】我无法在为 PHP CodeIgniter 框架实施 PayPal 库的贝宝自适应支付中添加商品编号、商品价格和数量【英文标题】:I could not add item number,item price and quantity in paypal adaptive payment implementing PayPal Library for PHP CodeIgniter Framework 【发布时间】:2014-07-23 06:57:45 【问题描述】:我无法在为 php CodeIgniter 框架实现 PayPal 库的 paypal 自适应支付中添加商品编号、商品价格和数量。
我正在尝试在 CodeIgniter 中将 payapl paypal 自适应支付与 PayPal 库一起使用。 我已经完成了简单的视图。但我需要添加商品编号、商品价格和数量。 这是我的输出图像
但我想类似这个,添加查看票,座位,物品描述等,特别是我需要添加物品编号,物品价格和数量。
我正在等待您的肯定答复。我怎样才能将它们添加到我的代码中。
【问题讨论】:
【参考方案1】:您可以使用“SetPaymentOptions”API 来包含项目描述、订单项。但是你只能使用这个 API embedded flow。
【讨论】:
我必须先调用哪个函数,Pay_with_options 还是 pay_chained_demo ? 不确定您指的是什么功能。但是,您可以先调用developer.paypal.com/webapps/developer/docs/classic/api/… API,然后调用“SetPaymentOptions” API以上是关于我无法在为 PHP CodeIgniter 框架实施 PayPal 库的贝宝自适应支付中添加商品编号、商品价格和数量的主要内容,如果未能解决你的问题,请参考以下文章
要使用codeigniter框架还是标准的php? [关闭]