File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -111,12 +111,12 @@ $result = ConvertApi::convert(
111111
112112### User information
113113
114- You can always check your remaining seconds amount programmatically by fetching [ user information] ( https://www.convertapi.com/doc/user ) .
114+ You can always check your usage by fetching [ user information] ( https://www.convertapi.com/doc/user ) .
115115
116116``` php
117117$info = ConvertApi::getUser();
118118
119- echo $info['SecondsLeft '];
119+ echo $info['ConversionsConsumed '];
120120```
121121
122122### Alternative domain
Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ public function testGetUser()
4545 $ user_info = ConvertApi::getUser ();
4646
4747 $ this ->assertIsArray ($ user_info );
48- $ this ->assertArrayHasKey ('SecondsLeft ' , $ user_info );
48+ $ this ->assertArrayHasKey ('ConversionsConsumed ' , $ user_info );
4949 }
5050
5151 public function testUploadFile ()
You can’t perform that action at this time.
0 commit comments