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

fix - Allow Phone Payments to Update Payment Request Status #247 #4

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

maniamartial
Copy link

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:

  • Ensures smoother integration with M-Pesa and other phone-based payment systems.
  • Payment Requests will now correctly reflect their status for phone payments once payment completion is detected.

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.

1 participant