feat: mp 3212 variant copy at zero tip - #7256
Merged
Merged
Conversation
dyersituations
approved these changes
Sep 15, 2026
kiva-robot
added a commit
that referenced
this pull request
Sep 15, 2026
Collaborator
|
🎉 This PR is included in version 3.94.0-rc.2 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
kiva-robot
added a commit
that referenced
this pull request
Sep 15, 2026
## [3.94.0](v3.93.1...v3.94.0) (2026-09-15) ### 🎉 New Features * mp 3212 variant copy at zero tip ([#7256](#7256)) ([e6c8561](e6c8561)) * mp-3194 layout fixes ([#7251](#7251)) ([9e87d15](9e87d15)) ### 🐛 Bugfixes * mp-3206-say donation instead of tip in the variant copy ([#7253](#7253)) ([3f325fe](3f325fe)) ### 🪚 Refactors * use browsingCategories for the lending sitemap ([#7252](#7252)) ([4054670](4054670)) * use browsingCategories on the categories page ([#7254](#7254)) ([a7f2505](a7f2505)) ### 🧹 Chores * **release:** 3.94.0-rc.1 [skip ci] ([411bd4a](411bd4a)), closes [#7251](#7251) [#7253](#7253) [#7252](#7252) * **release:** 3.94.0-rc.2 [skip ci] ([492155d](492155d)), closes [#7256](#7256) [#7254](#7254)
Collaborator
|
🎉 This PR is included in version 3.94.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
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.
MP-3212
What this does
Keeps the variant copy and layout in place when a lender zeroes the tip — only the toggle and its label disappear. Previously the whole page flipped back to the control treatment mid-checkout (donation copy, compact upsell banner), which read as the UI changing its mind.
The audience criteria split in two: the variant treatment renders without the tip requirement, while the toggle and the exposure event keep the full criteria including the tip. No lender without a tip fires exposure in either arm, so the experiment read is unchanged.
Also bumps @kiva/kv-components to 10.4.1 (separate commit) to pick up the centered switch knob, which the wrapped mobile label was pushing off the track.
Testing
New page-level specs pin the zero-tip state; the old spec asserting the revert now asserts the opposite.
Verified by mutation: reverting either gate or re-adding the row's price check each fails tests.
QA note: at $0 the "donate loan repayments" prompt renders inside the kept variant layout (screenshots on the ticket) — new combination, verified on mobile.