Skip to content

Commit

Permalink
Merge pull request #3 from hubtel/dev
Browse files Browse the repository at this point in the history
chore: Update Hubtel Checkout SDK documentation to include contributi…
  • Loading branch information
affulisaac authored Aug 14, 2024
2 parents 5113f0d + 9eb2ca8 commit f2b7139
Showing 1 changed file with 15 additions and 3 deletions.
18 changes: 15 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
# External Unified Checkout SDK Integration Documentation

## Overview
# Hubtel Web Merchant Checkout SDK

The Checkout SDK provide seamless way for businesses to accept payment from their customers. The SDK offers three primary methods of integration: Redirect, Iframe, and Modal. This provides flexibility for developers to choose the integration method that best suits their needs.

Expand Down Expand Up @@ -249,3 +247,17 @@ const openIframe = () => {
| `onFeesChanged` | function | Called when the the user select a different payment channel |
| `onClose` | function | Called when the the modal is closed. |
| `onResize` | function | Called when the iframe have been resized closed. |
## Contribution
We welcome contributions from the developer community to improve the Hubtel Checkout SDK. To contribute:
1. **Fork the Repository**: Start by forking the Hubtel Checkout SDK repository on GitHub.
2. **Create a Feature Branch**: Create a new branch for your feature or bugfix.
3. **Implement Your Changes**: Make your code changes or improvements.
4. **Write Tests**: Write tests for your code changes or improvements.
5. **Submit a Pull Request**: Push your changes to your forked repository and submit a pull request for review.

0 comments on commit f2b7139

Please sign in to comment.