-
Notifications
You must be signed in to change notification settings - Fork 21
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
feat(backend): implemented the send money service #103
feat(backend): implemented the send money service #103
Conversation
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.
Good work @kouamschekina @Koufan-De-King. Review these points first please
...r-pay-backend/src/main/java/com/adorsys/gis/powerpay/powerpaybackend/services/SendMoney.java
Outdated
Show resolved
Hide resolved
...y-backend/src/main/java/com/adorsys/gis/powerpay/powerpaybackend/services/SendMoneyImpl.java
Outdated
Show resolved
Hide resolved
...y-backend/src/main/java/com/adorsys/gis/powerpay/powerpaybackend/services/SendMoneyImpl.java
Outdated
Show resolved
Hide resolved
...y-backend/src/main/java/com/adorsys/gis/powerpay/powerpaybackend/services/SendMoneyImpl.java
Outdated
Show resolved
Hide resolved
...y-backend/src/main/java/com/adorsys/gis/powerpay/powerpaybackend/services/SendMoneyImpl.java
Outdated
Show resolved
Hide resolved
...y-backend/src/main/java/com/adorsys/gis/powerpay/powerpaybackend/services/SendMoneyImpl.java
Outdated
Show resolved
Hide resolved
…mschekina/e2e-banking-app into feature/20-Send-money-functionality
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.
Good work. Let's review these points:
...y-backend/src/main/java/com/adorsys/gis/powerpay/powerpaybackend/services/SendMoneyImpl.java
Outdated
Show resolved
Hide resolved
...y-backend/src/main/java/com/adorsys/gis/powerpay/powerpaybackend/services/SendMoneyImpl.java
Show resolved
Hide resolved
…mschekina/e2e-banking-app into feature/20-Send-money-functionality merging to my local branch.
…mschekina/e2e-banking-app into feature/20-Send-money-functionality
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.
Awesome job!
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.
All right. Thank you sir @stephane-segning.
Thank you sir @stephane-segning. |
…mschekina/e2e-banking-app into feature/20-Send-money-functionality merging locally
…mschekina/e2e-banking-app into feature/20-Send-money-functionality
We added the implementation for the sendMoney in the SendMoneyImpl file
We also created a repository to manipulate and access the data called MoneyTransferRepository