Skip to content
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

#91 capture webhook call as log #14

Merged
merged 2 commits into from
Jul 17, 2021

Conversation

Satendra-SR
Copy link
Member

@Satendra-SR Satendra-SR commented Jul 14, 2021

#91

Types of changes

  • Bug fix (a change which fixes an issue)
  • New feature (a change which adds functionality)

Short description of what this resolves:

  • We need to store the webhook response in database, so that we can backfill the data if the response is not processed successfully.

Changes done

  • Created a new model for ivr_callback_transaction_log
  • Storing the jsonData to database table
  • Marking the transaction log as processed after the jsonData is processed successfully.

Checklist:

  • I have performed a self-review of my own code.
  • The code follows the style guidelines of this project.
  • The code changes are passing the CI checks
  • I have documented my code wherever required.
  • The changes requires a change to the documentation.
  • I have updated the documentation based on the my changes.

@Satendra-SR Satendra-SR marked this pull request as ready for review July 15, 2021 13:53
@Satendra-SR Satendra-SR requested a review from rudresh July 15, 2021 13:53
@Satendra-SR Satendra-SR self-assigned this Jul 15, 2021
@Satendra-SR Satendra-SR merged commit 65b35e0 into develop Jul 17, 2021
@Satendra-SR Satendra-SR deleted the feature/91-capture-webhook-call-as-log branch July 17, 2021 13:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants