changeset ab205f965c2e in modules/account_payment_stripe:4.6 details: https://hg.tryton.org/modules/account_payment_stripe?cmd=changeset;node=ab205f965c2e description: Correct signing secret link in README rst (grafted from d245fe5419ade981dee6793a375e44df14aac1db) diffstat:
doc/index.rst | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diffs (12 lines): diff -r ee0f10c7d6ea -r ab205f965c2e doc/index.rst --- a/doc/index.rst Mon Jul 08 21:18:18 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 ********
