我已使用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);