openMF / openMF/message-gateway
SMS messages are sent before actual transactions are completed.
Nobody has claimed this yet.
- Dominant language
- Java
- Stars
- 28
- Forks
- 84
- PR merge metrics
- No merged PRs in 30d
Description
@nazeer1100126 , Could you please have a look at this issue.
Steps to reproduce this
Create an sms campaign for savings account withdrawal
Make a withdrawal from an account and put the amount more than the actual available balance.
Message will be sent { that you have withdrawn the amount and balance is so much} - this message body depends on what you have actually put as you message body
Fineract will throw an error - Insufficient Balance.
So to me Fineract should first have successfully transactions before any sms campaign is triggered for sending.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reproducing the reported savings-account withdrawal flow: create an SMS campaign, withdraw more than the available balance, and observe the message before the insufficient-balance error. Trace the withdrawal and SMS-trigger paths to determine their ordering; done means successful transactions trigger messages, while rejected withdrawals do not.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- backend
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100