2023-05-21 17:48:46 +05:00
|
|
|
#!/bin/bash
|
2023-05-21 18:38:51 +05:00
|
|
|
source .env
|
2023-05-21 17:48:46 +05:00
|
|
|
|
2023-05-21 18:38:51 +05:00
|
|
|
|
2023-05-22 18:01:29 +05:00
|
|
|
curl -Ls https://fahipay.mv/actions/payment/ooredoo/recharge/ \
|
2023-05-21 17:48:46 +05:00
|
|
|
--header "authID: $FAHIPAY_API" \
|
|
|
|
--form number=$OOREDOO_NUMBER \
|
|
|
|
--form amount=108
|