osms-php
osms-php copied to clipboard
recovery of two lines in the getAdminContracts.php file
in getAdminContracts.php file which displays everything:
Array ( [partnerContracts] => Array ( [partnerId] => [email protected] [contracts] => Array ( [0] => Array ( [service] => SMS_OCB [contractDescription] => SMS API: your balance (per country) [serviceContracts] => Array ( [0] => Array ( [country] => CIV [service] => SMS_OCB [contractId] => 18f251d0-2b23-4097-8209-2a171df5589c [availableUnits] => 91 [expires] => 2021-07-17T01:00:00 [scDescription] => Côte d'Ivoire - 91 units to consume before July 17, 2021 1:00 AM )
)
)
)
)
)
I want to fetch only two lines and display, line [expires] and line [scDescription].
this is my current problem.