We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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 )
) ) ) )
)
this is my current problem.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: