Change MoonPay display name capitalization - #6142
Merged
Merged
Conversation
Contributor
Author
j0ntz
marked this pull request as ready for review
August 6, 2026 21:12
|
You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard. |
j0ntz
force-pushed
the
jon/moonpay-capitalization
branch
2 times, most recently
from
August 6, 2026 21:37
ce8474e to
44a72f6
Compare
There was a problem hiding this comment.
Claude Code Review
Claude Code Review is paused for this repository. To reconnect it, an admin of this repository's GitHub organization (or the account owner, for personal repositories) who can also manage your Claude organization's Code Review settings needs to re-link GitHub in Code Review settings. This is a one-time step.
Tip: disable this comment in your organization's Code Review settings.
Show "MoonPay" instead of "Moonpay" everywhere the ramp partner name is displayed to the user, in both the legacy gui provider and the new ramps plugin.
j0ntz
force-pushed
the
jon/moonpay-capitalization
branch
from
August 6, 2026 23:17
44a72f6 to
db214ff
Compare
j0ntz
enabled auto-merge
August 6, 2026 23:17
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.


CHANGELOG
Does this branch warrant an entry to the CHANGELOG?
Dependencies
none
Requirements
If you have made any visual changes to the GUI. Make sure you have:
Description
Display "MoonPay" instead of "Moonpay" everywhere the ramp partner name is shown to the user. Changes
pluginDisplayNamein the live ramps plugin (src/plugins/ramps/moonpay/moonpayRampPlugin.ts) and the legacy gui provider (src/plugins/gui/providers/moonpayProvider.ts), both of which feedproviderDisplayNamerendered on the Buy/Sell provider-select scene and transaction details card. No identifiers, files, or asset keys are renamed; only the display string.Ramps (MoonPay) - "Moonpay" -> "MoonPay"
Note
Low Risk
Display-string-only branding fix with no logic, API, or identifier changes.
Overview
Updates the MoonPay ramp partner display name from "Moonpay" to "MoonPay" everywhere users see it.
pluginDisplayNameis set to'MoonPay'in both the legacy GUI provider (moonpayProvider.ts) and the ramps plugin (moonpayRampPlugin.ts). That string flows into buy/sell provider selection and related ramp UI. Plugin IDs, store IDs, icons, and support email are unchanged.Reviewed by Cursor Bugbot for commit db214ff. Bugbot is set up for automated code reviews on this repo. Configure here.