-
Notifications
You must be signed in to change notification settings - Fork 538
add onramp status for buy with fiat in portal #5713
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
add onramp status for buy with fiat in portal #5713
Conversation
|
How to use the Graphite Merge QueueAdd either label to this PR to merge it via the merge queue:
You must have a Graphite account in order to use the merge queue. Sign up using this link. An organization admin has enabled the Graphite Merge Queue in this repository. Please do not merge from GitHub as this will restart CI on PRs being processed by the merge queue. |
The latest updates on your projects. Learn more about Vercel for Git ↗︎ 1 Skipped Deployment
|
@Yash094 is attempting to deploy a commit to the thirdweb Team on Vercel. A member of the Team first needs to authorize it. |
|
||
### OnRamp Status | ||
|
||
Possible status returned for a onramp transactions |
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.
There's a minor grammatical issue in this line. The text should read: Possible statuses returned for onramp transactions
. This corrects both the singular/plural agreement of "status/statuses" and removes the unnecessary article "a" before "onramp".
Spotted by Graphite Reviewer
Is this helpful? React 👍 or 👎 to let us know.
PAYMENT_FAILED - Payment has failed. | ||
PENDING_ON_RAMP_TRANSFER - Pending on-ramp transfer. | ||
ON_RAMP_TRANSFER_IN_PROGRESS - On-ramp transfer is in progress. | ||
ON_RAMP_TRANSFER_COMPLETED - On-ramp transfer is completed |
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.
Add a period after completed
to maintain consistent punctuation with the other status descriptions.
Spotted by Graphite Reviewer
Is this helpful? React 👍 or 👎 to let us know.
Problem solved
added onramp status for buy with fiat in portal for dotnet.
PR-Codex overview
This PR adds a new section to the
page.mdx
file that outlines possible statuses for on-ramp transactions, providing clarity on various states that can occur during the transaction process.Detailed summary
<Details>
element with a summary titled "OnRamp Status".### OnRamp Status
.