Skip to content
New issue

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

recovery of two lines in the getAdminContracts.php file #14

Open
plmn225 opened this issue Jun 27, 2021 · 0 comments
Open

recovery of two lines in the getAdminContracts.php file #14

plmn225 opened this issue Jun 27, 2021 · 0 comments

Comments

@plmn225
Copy link

plmn225 commented Jun 27, 2021

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant