You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,6 +10,9 @@ A Very Good Project created by Very Good CLI.
10
10
11
11
This package is a simple way to handle [Qosic](http://qosic.com)'s USSD payment. It allows you to integrate mobile money payment into your Dart and Flutter app.
12
12
13
+
🚨 **WARNING** 🚨
14
+
**This client should only be used on the server side.**
15
+
13
16
## Installation 💻
14
17
15
18
**❗ In order to start using Qosic Dart you must have the [Dart SDK][dart_install_link] installed on your machine.**
@@ -31,6 +34,8 @@ dart pub get qosic_dart
31
34
32
35
## Usage 🔨
33
36
37
+
38
+
34
39
### Make a payment
35
40
36
41
A simple example of how to compute a USSD payment with QOSIC
0 commit comments