Commit bef87dd
fix: add missing signature response headers to get_order (#370)
The get_order operation was the only REST endpoint missing
Signature, Signature-Input, and Content-Digest response headers.
All other operations (checkout, cart, catalog, get_product) already
declare these headers, enabling codegen tools to surface signature
verification and signaling to implementors that responses should
be signed per the signatures spec.
Closes #364
Made-with: Cursor
Co-authored-by: Federico D'Amato <damaz@google.com>1 parent b66d781 commit bef87dd
1 file changed
Lines changed: 5 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
673 | 673 | | |
674 | 674 | | |
675 | 675 | | |
| 676 | + | |
| 677 | + | |
| 678 | + | |
| 679 | + | |
| 680 | + | |
676 | 681 | | |
677 | 682 | | |
678 | 683 | | |
| |||
0 commit comments