Commit de6d17a
fix(examples,docs): from_standard_webhooks_secret requires key_id kwarg
The hello_seller inline comment and the handler-authoring webhooks
table both showed ``from_standard_webhooks_secret(secret)`` without the
``key_id=`` kwarg, which is required by the actual constructor
signature. Adopters copy-pasting either snippet would hit a
``TypeError: missing 1 required keyword-only argument: 'key_id'``.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent 53810da commit de6d17a
2 files changed
Lines changed: 4 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1055 | 1055 | | |
1056 | 1056 | | |
1057 | 1057 | | |
1058 | | - | |
| 1058 | + | |
1059 | 1059 | | |
1060 | 1060 | | |
1061 | 1061 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
352 | 352 | | |
353 | 353 | | |
354 | 354 | | |
355 | | - | |
| 355 | + | |
| 356 | + | |
| 357 | + | |
356 | 358 | | |
357 | 359 | | |
358 | 360 | | |
| |||
0 commit comments