【发布时间】:2014-03-25 05:26:56
【问题描述】:
我已经解决了沙盒中的 PayPal。但它在 LIVE 模式下没有改变。我已将沙盒 APP ID 和 CLIENT ID 更改为 LIVE。但是我在响应中得到了环境模拟。谁能帮我解决一下。
我已经设置了环境-> self.environment=PayPalEnvironmentProduction;
mean ->
{
client =
{
environment = mock;
"Paypal" = "2.0.1";
platform = iOS;
"product_name" = "PayPal iOS SDK";
};
response = {
"create_time" = "2014-03-25T10:44:43Z";
id = "PAY-6RV70583SB702805EKEYSZ6Y";
intent = sale;
state = approved;
};
"response_type" = payment;
}
请告诉我为什么环境没有从模拟变为现场。
【问题讨论】: