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

Integrate Flutterwave Payment Method in Medica App #221

Merged
merged 1 commit into from
Jul 17, 2024

Conversation

23nosurrend
Copy link
Collaborator

Summary

This pull request integrates the Flutterwave payment gateway into the Medica app, allowing users to make payments for their appointments securely and efficiently. This addition enhances the app's functionality by providing a reliable and seamless payment experience.

Changes

Flutterwave Payment Integration

  • Implemented the Flutterwave payment gateway for secure transactions.

  • Added support for various payment options through Flutterwave (e.g., card payments).

  • Integrated Flutterwave's payment flow to handle transactions and receive real-time status updates.

Appointment Booking Confirmation

  • Modified the appointment booking process to trigger a modal for successful payment confirmation.

  • Enhanced the user interface to display a success message once the payment is successful.

  • Updated the booking logic to bypass the previous PIN entry step, leveraging Flutterwave's secure transaction handling.

Backend Integration

  • Connected the payment status with the backend to ensure that successful payments trigger the booking process.

  • Added functionality to save transaction details in the database for record-keeping and verification.

User Experience Enhancements

  • Improved the user experience by providing clear feedback on payment success or failure.

  • Enhanced error handling to inform users of any payment issues promptly.

ScreenShots

Screenshot_20240717_141706_Expo Go
Screenshot_20240717_141634_Expo Go
Screenshot_20240717_141711_Expo Go

@23nosurrend 23nosurrend added Feature Feature issues Need Review Requires reviews labels Jul 17, 2024
@23nosurrend 23nosurrend self-assigned this Jul 17, 2024
@23nosurrend 23nosurrend linked an issue Jul 17, 2024 that may be closed by this pull request
@codecov-commenter
Copy link

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 72.22%. Comparing base (a142c05) to head (6ce9465).

Additional details and impacted files
@@           Coverage Diff            @@
##           develop     #221   +/-   ##
========================================
  Coverage    72.22%   72.22%           
========================================
  Files            3        3           
  Lines           18       18           
  Branches         3        3           
========================================
  Hits            13       13           
  Misses           5        5           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link
Contributor

@Irirwanirira Irirwanirira left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good Job on implementing the Flutter flow.

Copy link
Contributor

@munezeromicha munezeromicha left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good Job!

@Nkbtemmy Nkbtemmy merged commit 22b0b53 into develop Jul 17, 2024
13 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feature Feature issues Need Review Requires reviews
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Feature:Add Flutterwave Payment Method
5 participants