带有 Intent Authorize 的 Paypal Express Checkout 不返回授权 ID

Paypal Express Checkout with Intent Authorize not returning authorization id

我们正在使用 Paypal 快速结帐,它已集成到我们的 UI 项目中 javascript。
当我们使用 intent: sale.
时,一切都按预期工作 即 execute 调用 intent: sale 返回 { sale : {id: ...} } 对象 related_resources 属性.
但是当我使用 intent: authorize no{ authorization : {id: ...}} 返回 related_resources 属性。 (这两种 paypal 的行为相同,credit_card 支付方式类型)。
注意:我正在传递 intent: sale/authorize 用于 payment 调用

它已从 paypal 服务器 api 更新中修复。感谢团队。