changeset d245fe5419ad in modules/account_payment_stripe:default details: https://hg.tryton.org/modules/account_payment_stripe?cmd=changeset;node=d245fe5419ad description: Correct signing secret link in README rst diffstat:
doc/index.rst | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diffs (12 lines): diff -r 9842d17c24b7 -r d245fe5419ad doc/index.rst --- a/doc/index.rst Mon Jul 22 23:58:15 2019 +0200 +++ b/doc/index.rst Thu Aug 01 23:28:27 2019 +0200 @@ -17,7 +17,7 @@ webhook `signing secret`_ is set on the Account. .. _webhooks: https://stripe.com/docs/webhooks -.. _`endpoint secret`: https://stripe.com/docs/webhooks#signatures +.. _`signing secret`: https://stripe.com/docs/webhooks/signatures Customer ********
