Wednesday, March 6, 2024
2 changes · master
Resolved issues and error corrections
Event registration now continues even when sending a WhatsApp template encounters an error. This prevents messaging issues from blocking customers from completing their registration, improving reliability of the sign-up flow.
Original PR description
During registration when whatsapp template is sent, there might occur multiple issues that can stop registration process. try/except block was added in order to fix this problem. Now the registration process can continue even if whatsapp template fails. task-3732188
Creating a GST Return Period in the Indian GSTR eFiling demo company now works without causing an error. This helps users continue GST return setup smoothly and avoids disruption during compliance workflows.
Original PR description
Before PR: --- In Indian -GSTR India eFiling demo company, on creating GST Return Period, traceback is generated. Link: https://pastebin.com/xkH3b8rt After PR: --- GST Return Period can be created.