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

feat - Allow Phone Payments to Update Payment Request Status #248

Open
wants to merge 6 commits into
base: develop
Choose a base branch
from

Conversation

maniamartial
Copy link

@maniamartial maniamartial commented Jan 26, 2025

This change allows phone payments (e.g., M-Pesa) to update the status of a Payment Request once the payment is complete.

Change Details:

`if self.payment_channel == "Phone":
    return` 
  • This logic previously prevented phone payments from progressing, causing issues in scenarios like M-Pesa payments where the status needs to be updated automatically.

Impact:

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.

2 participants