Commit fa5ad456 by camoo Committed by GitHub

Update README.md

parent 077fa2b3
...@@ -29,7 +29,8 @@ $ohMsisdnInfo = $oAirtime->getMsisdnInfo(); ...@@ -29,7 +29,8 @@ $ohMsisdnInfo = $oAirtime->getMsisdnInfo();
2) Check available topup list and wholsale price list 2) Check available topup list and wholsale price list
```php ```php
$sTopupList = $ohMsisdnInfo->msisdn_info->topup_list; $sTopupList = $ohMsisdnInfo->msisdn_info->topup_list;
$sWholseSalePriceList = $ohMsisdnInfo->msisdn_info->wholesale_price_list; // your price for each topup product // your prices for each topup product
$sWholeSalePriceList = $ohMsisdnInfo->msisdn_info->wholesale_price_list;
``` ```
3) Choose a topup amount from the key topup_list and send airtime 3) Choose a topup amount from the key topup_list and send airtime
```php ```php
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment