-
Notifications
You must be signed in to change notification settings - Fork 21
Remove beyonic payment service from the project and reimplement the payment gateway #4
base: development
Are you sure you want to change the base?
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.
Can you include the json generated Classes as a separate library project? Can you do this?
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.
Can you add .ignore file to remove all these .idea files and .class files. Only include source code
This code is very hard to review. Can you first update the .ignore as requested, so that I can proceed with the review. |
@OmexIT Thanks for the feedback, I will work on that this weekend and I will also refactor the code to ease review. |
Hello @vladimirfomene , Have you made the changes requested by @OmexIT ?? |
We have a few things we discussed about in the last meeting concerning the use of POST instead of GET for retrieving data....Have u had time to look at those? |
Hey @vladimirfomene : Can you just squash the changes? |
Fix bugs in loan disbursement and implement withdrawal Implement mifos service Add domain for loan account and fixed deposit account
Fixing bugs on incoming payment request and outgoing payments Bug fixes in the OutboundController and the data.sql file Remove out folder from project Modify a .gitignore file
df70745
to
9c72956
Compare
Hello @avikganguly01 , |
Remove the beyonic handler from the project.
Implement loan disbursement use case
Implement customer initiated transactions use case
Implement all network request asynchronously.
Fixed bugs on payment gateway http interface.
Remove class files.