Conversation
…rom currently supported providers list
There was a problem hiding this comment.
Pull Request Overview
Refactor the README.md to improve the visual presentation of supported payment providers by replacing the inline logo list with a structured table layout, and update the provider status by removing MTN from the currently supported providers.
- Converted inline logo images to an organized HTML table format with consistent sizing and labeling
- Removed MTN from the "Currently Supported Providers" section and updated its status in the roadmap
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
| - [x] Airtel Money | ||
| - [x] MTN | ||
| - [ ] PayStack |
There was a problem hiding this comment.
The provider status updates are inconsistent. MTN is marked as completed in the roadmap (line 405) but was removed from the currently supported providers table above. PayStack appears in the supported providers table (line 43) but is marked as incomplete in the roadmap (line 406). These statuses should be aligned for consistency.
| <td align="center"> | ||
| </td> | ||
| <td align="center"> |
There was a problem hiding this comment.
Empty table cells should be removed or filled with content. Consider removing the empty row or adding placeholder content to maintain a clean table structure.
| <td align="center"> | |
| </td> | |
| <td align="center"> | |
| <td align="center"> | |
| <em>Coming soon</em> | |
| </td> | |
| <td align="center"> | |
| <em>Coming soon</em> |
Replace logo list with table layout; remove MTN from currently supported providers list