-
Notifications
You must be signed in to change notification settings - Fork 10
DOC-1327/card-issuing-physical-card-renewal-specify-how-partners-can-obtain-the #496
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
DOC-1327/card-issuing-physical-card-renewal-specify-how-partners-can-obtain-the #496
Conversation
✅ Deploy Preview for incomparable-tiramisu-91a96a ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
| <details> | ||
| <summary>Query original delivery address</summary> | ||
| ```graphql | ||
| query PhysicalCardAddress { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not sure why, but this query doesn't work for me. Does it work for you? What would I need to do to make it work?
It may be an issue on my side. I get this as a result:
{
"data": {
"card": {
"physicalCard": {
"statusInfo": {}
}
}
}
}
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's probably an issue on my side. Can you please double-check?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The query is correct, the issue is that your physical card isn't in ToRenew status.
The inline fragment ... on PhysicalCardToRenewStatusInfo only returns data when the card matches that specific status.
To test this, you need a physical card in ToRenew status.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I tried it with two cards in ToRenew status. So it may just be an issue with my execution. You've tested it, and it works, so it's good to go.
ntombing
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hey, this is good! I left a suggestion and a comment about the query.
Can you please double-check it? :)
Co-authored-by: ntombing <mantombingoloyi@gmail.com>
No description provided.