feat(cli): support signed-retry on customers update (email/phone changes)#706
Closed
ls-bolt[bot] wants to merge 1 commit into
Closed
feat(cli): support signed-retry on customers update (email/phone changes)#706ls-bolt[bot] wants to merge 1 commit into
ls-bolt[bot] wants to merge 1 commit into
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub. 2 Skipped Deployments
|
This was referenced Jul 19, 2026
Contributor
|
Warning This pull request is not mergeable via GitHub because a downstack PR is open. Once all requirements are satisfied, merge this PR as a stack on Graphite.
This stack of pull requests is managed by Graphite. Learn more about stacking. |
ls-bolt
Bot
force-pushed
the
07-19-grid-cli-quick-wins
branch
from
July 19, 2026 01:25
2c855a7 to
bc1e0a6
Compare
ls-bolt
Bot
force-pushed
the
07-19-grid-cli-customers-update-signed
branch
from
July 19, 2026 01:25
9460048 to
9067700
Compare
Contributor
Author
|
@greptileai review |
Contributor
ls-bolt
Bot
force-pushed
the
07-19-grid-cli-customers-update-signed
branch
from
July 19, 2026 01:32
9067700 to
7a592a3
Compare
Contributor
Author
|
@greptileai review |
…ges) Changing email/phone for an Embedded Wallet customer returns a 202 signed challenge; customers update now accepts --wallet-signature/--request-id and forwards them so the retry completes, matching the other signed operations.
ls-bolt
Bot
force-pushed
the
07-19-grid-cli-customers-update-signed
branch
from
July 19, 2026 01:36
7a592a3 to
5f6f035
Compare
ls-bolt
Bot
force-pushed
the
07-19-grid-cli-quick-wins
branch
from
July 19, 2026 01:36
bc1e0a6 to
cf31175
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

Summary
Changing
--emailor--phone-numberfor an Embedded Wallet customer is a signed-retry operation — the firstPATCH /customers/{id}returns a202challenge, and completion requires aGrid-Wallet-Signature+Request-Id.customers updatenow accepts--wallet-signature/--request-idand forwards them, matching the other signed operations (the CLI forwards a caller-supplied stamp; it does not compute it).Addresses the follow-up flagged on #705's review.
Test plan
cd cli && npm run build— clean compile.npm test— new test assertscustomers updateforwards the signed-retry headers (68 total).