Skip to content

Commit

Permalink
Fix documentation typos
Browse files Browse the repository at this point in the history
  • Loading branch information
AchoArnold committed Aug 5, 2023
1 parent 68c89d6 commit 09cc28e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ import "github.com/NdoleStudio/flutterwave-go"

- **[Bills](#bills)**
- `POST /bills/`: Create a bill payment
- `GET /bill-items/{item_code}/validate`: Validate services like DStv smartcard number, Meter number etc.
- `GET /bills/{reference}`: Get the verbose status of a bill payment
- `GET /bill-items/:item_code/validate`: Validate services like DStv smartcard number, Meter number etc.
- `GET /bills/:reference`: Get the verbose status of a bill payment
- **Payments**
- `GET /v3/transactions/:id/verify`: Verify a transaction
- `POST /v3/transactions/:id/refund`: Create a Refund
Expand Down

0 comments on commit 09cc28e

Please sign in to comment.