无法同步Djstripe中已经存在的计划

时间:2019-04-10 14:00:25

标签: python django stripe-payments

当我使用Stripe仪表板添加新产品时,可以看到通过webhook调用,我可以看到在Django中添加了“ product.created”事件,但是只要我对已存在的计划和产品进行更改,djstripe就无法更新该计划已存在的行。我已经在运行命令

    python manage.py djstripe_sync_plans_from_stripe

每次我更新任何计划/产品或创建任何新计划/产品

之后

1 个答案:

答案 0 :(得分:0)

您可以使用例如plan.updated webhook来简单地自动更新计划。

Back in do_fork(), if copy_process() returns successfully, the new child is woken up
and run. Deliberately, the kernel runs the child process first. In the common case of the
child simply calling exec() immediately, this eliminates any copy-on-write overhead

djstripe Webhook文档以进行Webhook配置。 https://dj-stripe.readthedocs.io/en/stable/usage/webhooks.html