PayPal计划执行无法获得描述

时间:2017-10-25 11:41:18

标签: php paypal paypal-rest-sdk

我已使用API​​设置了结算方案协议,并且沙盒上的一切正常。我刚刚尝试了我的第一个实时交易,但它未能尝试执行:

import logging
logger = logging.getLogger(__name__)

# Put the logging info within your django view
logger.info("Simple info")

失败:

" name":" CANNOT_FIND_PROFILE_DESC"," message":"个人资料说明无效"

我在创建计划时定义了描述....

$agreement = new Agreement();
$agreement->execute($token, $apiContext);

0 个答案:

没有答案