-
Notifications
You must be signed in to change notification settings - Fork 3.7k
Add 'Apply Cash Back to My Expensify Bill' toggle to card settings #87956
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
Merged
JS00001
merged 24 commits into
Expensify:main
from
allgandalf:toggle-card-cashback-to-bill
May 5, 2026
+124
−11
Merged
Changes from all commits
Commits
Show all changes
24 commits
Select commit
Hold shift + click to select a range
8138110
Add shouldApplyCashbackToBill field to ExpensifyCardSettingsBase type
allgandalf 8648e3b
Create ToggleCardCashbackToBillParams API parameter type
allgandalf 104faba
Register TOGGLE_CARD_CASHBACK_TO_BILL write command
allgandalf 090e40e
Add toggleCashbackToBill action function
allgandalf fb6801e
Add cashback-to-bill translations for en and es
allgandalf 3309561
Add cashback-to-bill toggle to workspace card settings page
allgandalf 00dbe09
Fix curly quote syntax error in en.ts translations
allgandalf 7725780
Add pendingFields to toggleCashbackToBill to drive OfflineWithFeedback
allgandalf 1db74a4
Add cashback toggle translations for de
allgandalf 7cee725
Add cashback toggle translations for fr
allgandalf cd66006
Add cashback toggle translations for it
allgandalf e60af3f
Add cashback toggle translations for ja
allgandalf 1198b6d
Add cashback toggle translations for nl
allgandalf 929c840
Add cashback toggle translations for pl
allgandalf 121c2ae
Add cashback toggle translations for pt-BR
allgandalf 2f25c7c
Add cashback toggle translations for zh-hans
allgandalf 479c13d
Merge remote-tracking branch 'upstream/main' into toggle-card-cashbac…
allgandalf 373653b
Add error feedback to toggleCashbackToBill failure path
allgandalf 1e827f5
Merge branch 'Expensify:main' into toggle-card-cashback-to-bill
allgandalf d301b09
Use ToggleSettingOptionRow's built-in OfflineWithFeedback for cashbac…
allgandalf fe72e7f
Merge branch 'toggle-card-cashback-to-bill' of https://github.com/all…
allgandalf 1e3c4d6
Merge branch 'Expensify:main' into toggle-card-cashback-to-bill
allgandalf 2e26f9b
Add onCloseError handler to dismiss cashback toggle errors
allgandalf b08f45a
Merge branch 'toggle-card-cashback-to-bill' of https://github.com/all…
allgandalf File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
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
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
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
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
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
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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,6 @@ | ||
| type ToggleCardCashbackToBillParams = { | ||
| workspaceAccountID: number; | ||
|
allgandalf marked this conversation as resolved.
|
||
| shouldApplyCashbackToBill: boolean; | ||
| }; | ||
|
|
||
| export default ToggleCardCashbackToBillParams; | ||
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
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
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
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
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
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
Oops, something went wrong.
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.