-
Notifications
You must be signed in to change notification settings - Fork 15
Feature: manual charge (GEN-5217) #2932
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
Open
panasetskaya
wants to merge
33
commits into
develop
Choose a base branch
from
feat/manual-charge
base: develop
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
33 commits
Select commit
Hold shift + click to select a range
97ee458
add manual charge button
panasetskaya ee6b114
add allowManualCharge
panasetskaya 86e1119
add feature flag ENABLE_MANUAL_CHARGE
panasetskaya 7e639b4
fix ui with new api
panasetskaya 4f63c78
add box
panasetskaya 226d3ff
fux box border and padding
panasetskaya a62c86f
ManualChargeScreen WIP
panasetskaya 53a3339
ManualChargeScreen and string in PaymentsDestination
panasetskaya 3f8a736
add GetManualChargeInfoUseCase and strings
panasetskaya a031271
adjust to new api
panasetskaya 3d0e312
new schema
panasetskaya 157ecf2
impl red dot wip
panasetskaya 9c6c90b
impl red dot; change api; success
panasetskaya d0252c7
Merge branch 'develop' into feat/manual-charge
panasetskaya b2142ef
change api
panasetskaya 25bab3b
Merge remote-tracking branch 'origin/feat/manual-charge' into feat/ma…
panasetskaya 18bd31f
Merge branch 'develop' into feat/manual-charge
panasetskaya 242d4c8
finish merging
panasetskaya 164e905
finish merging
panasetskaya fdb56b5
add cancellation warning
panasetskaya e707598
fix previews
panasetskaya 69394e3
fix no ongoing text
panasetskaya 4d52c77
change userError message and button
panasetskaya 904ab30
publ to staging
panasetskaya c04d288
change manual card display items
panasetskaya 443a61d
Merge branch 'develop' into feat/manual-charge
panasetskaya b21d0a6
add feature flag back
panasetskaya 733012a
missing imports and strings
panasetskaya 0e5eb03
break from loop if first false
panasetskaya a02131b
remove todo
panasetskaya ed810c3
logs
panasetskaya b781255
rename MemberPaymentChargeMethod.Kivra to invoice
panasetskaya f75c1fd
add one more ff with include
panasetskaya 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -3,6 +3,7 @@ on: | |
| push: | ||
| branches: | ||
| - develop | ||
| - feat/manual-charge | ||
| workflow_dispatch: | ||
|
|
||
| concurrency: | ||
|
|
||
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
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.
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.
Could we here just use
provideto get the appropriate impl for if we're in demo mode or not?