我看到登录名,密码,签名,货币代码和服务器。
这些应该是什么?
答案 0 :(得分:2)
Spree PayPal网关使用ActiveMerchant。登录名,密码和签名都应来自您的PayPal帐户的API令牌。这个答案包含更多细节:
activemerchant paypal gateway configuration
货币代码是您正在使用的货币的三字母ISO代码(例如,美元为美元)。
服务器也将来自paypal,通常是api.sandbox.paypal.com或api.paypal.com,具体取决于您是在沙箱还是生产环境中运行。
答案 1 :(得分:0)
从头开始测试
首先,您必须转到Paypal developer's website并创建帐户并注册
然后生成沙箱用户类型av, err := dynamodbattribute.MarshalMap(*myStructInstance)
_, err = svc.UpdateItem(&dynamodb.UpdateItemInput{
TableName: aws.String("MyTable"),
Key: myKey,
ExpressionAttributeValues: map[string]*dynamodb.AttributeValue{
":m": {
M: av,
},
},
UpdateExpression: aws.String("SET myField = :m"),
})
,然后单击business
选项,然后单击Profile
选项卡,您将最终获得所需的数据,例如登录名/用户名,密码/密码,签名/签名