Compare commits
3 Commits
ab8c0d9d19
...
26168272db
| Author | SHA1 | Date | |
|---|---|---|---|
|
26168272db
|
|||
|
88ac588290
|
|||
|
872716809b
|
3
.gitignore
vendored
Normal file
3
.gitignore
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
.env
|
||||
.cache
|
||||
.config
|
||||
@@ -5,6 +5,6 @@ Ooredoo sells prepaid data plan for MVR 100 100GB for 3 days, good price but soo
|
||||
- [ ] figure out how to disable/enable data of Huawei B612s-25d with cli.
|
||||
- [ ] know when data is disconnected
|
||||
- [ ] disable data with router api
|
||||
- [ ] send raastas with faseyha recharge or fahipay api
|
||||
- [+] send raastas with faseyha recharge or fahipay api
|
||||
- [ ] activate pacakge with ooredoo api
|
||||
- [ ] activate data with router api
|
||||
|
||||
6
fahipay-raastas.sh
Normal file
6
fahipay-raastas.sh
Normal file
@@ -0,0 +1,6 @@
|
||||
#!/bin/bash
|
||||
|
||||
curl -s https://fahipay.mv/actions/payment/ooredoo/recharge/ \
|
||||
--header "authID: $FAHIPAY_API" \
|
||||
--form number=$OOREDOO_NUMBER \
|
||||
--form amount=108
|
||||
Reference in New Issue
Block a user