-
Notifications
You must be signed in to change notification settings - Fork 33
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
paymentservice: code polishes #2
Merged
Merged
Conversation
This file contains 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
marcelosalloum
changed the title
paymentsgateway: code polishes
paymentsservice: code polishes
Jan 28, 2022
…twork to another, e.g. `Circle->Stellar`.
marcelosalloum
force-pushed
the
payments-polish
branch
from
January 28, 2022 18:48
a33b082
to
dec3ac6
Compare
JakeUrban
reviewed
Jan 28, 2022
src/main/java/org/stellar/anchor/paymentsservice/PaymentsService.java
Outdated
Show resolved
Hide resolved
LGTM since there is no Circle specific implementations. I think Jake can do a better review on the payment gateway interface. |
lijamie98
approved these changes
Jan 31, 2022
lijamie98
reviewed
Jan 31, 2022
JakeUrban
approved these changes
Jan 31, 2022
marcelosalloum
changed the title
paymentsservice: code polishes
paymentservice: code polishes
Jan 31, 2022
26 tasks
26 tasks
lijamie98
added a commit
that referenced
this pull request
Apr 28, 2022
lijamie98
added a commit
that referenced
this pull request
Aug 4, 2022
lijamie98
added a commit
that referenced
this pull request
Jun 6, 2023
lijamie98
added a commit
that referenced
this pull request
Jun 8, 2023
trigger test re-run #2 trigger test re-run #3 trigger test re-run #4 trigger test re-run #5 trigger test re-run #6 trigger test re-run #7 trigger test re-run #8 trigger test re-run #9 trigger test re-run #10 Close spring application before exit Mark threads daemon for scheduled tasks Fix bugs more fixes empty commit empty commit empty commit empty commit empty commit empty commit empty commit empty commit try to shutdown servers all the time empty empty do not exit after close
lijamie98
added a commit
that referenced
this pull request
Jun 9, 2023
philipliu
added a commit
that referenced
this pull request
Jun 20, 2023
Merge main into release/2.1.0 (Attempt #2)
JiahuiWho
referenced
this pull request
in JiahuiWho/java-stellar-anchor-sdk
Sep 27, 2023
lijamie98
added a commit
that referenced
this pull request
Dec 14, 2023
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.
What
Polished code from the
paymentservice
module in order to make it ready for the next features.Changes:
AccountType
to use the new objectAccount.Capabilities
, for improved clarity.testGetAccount_isNotMainAccount
that was failing intermittently.sendPayment
signature so it can represent payments from one network to another, e.g.Circle->Stellar
.paymentsservice
to use the singular formpaymentservice
.