7 lines
160 B
Bash
7 lines
160 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
curl -s https://fahipay.mv/actions/payment/ooredoo/recharge/ \
|
||
|
--header "authID: $FAHIPAY_API" \
|
||
|
--form number=$OOREDOO_NUMBER \
|
||
|
--form amount=108
|