Release/1018.0.0#8989
Merged
Merged
Conversation
|
✅ Changelogs updated and pushed. |
Mrtenz
approved these changes
Jun 3, 2026
OGPoyraz
approved these changes
Jun 3, 2026
amitabh94
approved these changes
Jun 3, 2026
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.
Explanation
This is a release PR for
@metamask/ramps-controller@14.1.1(monorepo release1018.0.0).It releases a single bug fix: Transak Native deposits were failing on staging/UAT with a 400
paymentMethod is required parametererror. The Transak translation layer only mapped payment method IDs supplied with the/payments/prefix (e.g./payments/apple-pay); canonical, non-prefixed IDs (e.g.apple-pay) were not mapped to their deposit-format equivalents and were rejected. This change maps the non-prefixed forms in addition to the prefixed forms.packages/transaction-pay-controller/package.jsonhas its@metamask/ramps-controllerdependency range bumped from^14.1.0to^14.1.1to track the new version;transaction-pay-controlleritself is not being re-released.References
Checklist
Note
Low Risk
Version and changelog-only release PR; the functional fix is a narrow Transak deposit payment-method mapping patch already described in 14.1.1.
Overview
Monorepo release 1018.0.0 publishes
@metamask/ramps-controller@14.1.1, documenting a patch that fixes Transak Native deposits returning 400paymentMethod is required parameterwhen callers pass canonical payment method IDs without the/payments/prefix (e.g.apple-pay), not only prefixed IDs like/payments/apple-pay.This PR’s diff is release bookkeeping only: root and package version bumps,
ramps-controllerchangelog section 14.1.1, andtransaction-pay-controller’s dependency on@metamask/ramps-controllerupdated from^14.1.0to^14.1.1(plusyarn.lock).transaction-pay-controlleris not version-bumped here.Reviewed by Cursor Bugbot for commit 221c37b. Bugbot is set up for automated code reviews on this repo. Configure here.