ADORSYS-GIS / e2e-banking-app

Banking app for people
https://adorsys-gis.github.io/e2e-banking-app/
Mozilla Public License 2.0
4 stars 21 forks source link

Money transfer validation #135

Open Ogenbertrand opened 4 months ago

Ogenbertrand commented 4 months ago

I Implemented the send money validation

Ogenbertrand commented 4 months ago

@stephane-segning Hello sir I am done implementing the send money validation in the project. Implement java transaction validation with tests

stephane-segning commented 4 months ago

What is the ticket you're working on?

Ogenbertrand commented 2 months ago

Hello @stephane-segning, i implemented all the changes you requested for this PR. I'll be waiting for your feedback sir! feat: Create an interface class for the MoneyTransferService also imp… 2c351d9 …lement jpa in the MoneyTranferRepo

Ogenbertrand commented 2 months ago

Hello @stephane-segning All the changes requested for this PR has been sorted sorted.

fix: Refactor MoneyTransferService to improve validation and error ha…

Ogenbertrand commented 2 months ago

Hello @stephane-segning corrected the changes requested. Ensured TransactionService class uses @RequiredArgsConstructor for automatic constructor generation

fix: Refactor TransactionService Class with Lombok