Warning: file_get_contents(/data/phpspider/zhask/data//catemap/1/cocoa/3.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Php 入门-自适应并行支付_Php_Paypal_Parallel Processing_Payment - Fatal编程技术网

Php 入门-自适应并行支付

Php 入门-自适应并行支付,php,paypal,parallel-processing,payment,Php,Paypal,Parallel Processing,Payment,我需要一些帮助开始使用PayPal自适应支付,这是我第一次使用PayPal,我不知道这会有这么难,至少对我来说是这样 我找到了我想使用的API集成代码: 我已经下载了:PayPal PHP自适应支付SDK 基本上,我有一个Index.php文件,其中包含我在API集成中找到的代码,我需要在SDK中的Index.php文件中包含什么才能让这个示例代码运行和工作 非常感谢您的帮助 谢谢。看看GitHub回购协议中的一些样本,您可以看到需要包括哪些内容。这是一个例子 看起来你真正需要的是 requi

我需要一些帮助开始使用PayPal自适应支付,这是我第一次使用PayPal,我不知道这会有这么难,至少对我来说是这样

我找到了我想使用的API集成代码:

我已经下载了:PayPal PHP自适应支付SDK

基本上,我有一个Index.php文件,其中包含我在API集成中找到的代码,我需要在SDK中的Index.php文件中包含什么才能让这个示例代码运行和工作

非常感谢您的帮助


谢谢。

看看GitHub回购协议中的一些样本,您可以看到需要包括哪些内容。这是一个例子

看起来你真正需要的是

require_once('../PPBootStrap.php');
require_once('../Common/Constants.php');
另外,你可能有兴趣看看我的。它比PayPal的SDK更容易使用,我知道很多PayPal集成专家实际上也更喜欢我的SDK而不是他们的SDK