Skip to content

Commit

Permalink
Removed API password from API browse test page
Browse files Browse the repository at this point in the history
  • Loading branch information
akunzai committed Apr 20, 2024
1 parent 9549b94 commit 4d5c443
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -55,10 +55,6 @@ $apiDetails = $this->getApiDetails();
<td width="150"><strong><?php echo $this->__('API username'); ?></strong></td>
<td><?php echo $apiDetails['api_user']; ?></td>
</tr>
<tr>
<td width="150"><strong><?php echo $this->__('API password'); ?></strong></td>
<td><?php echo $apiDetails['api_key']; ?></td>
</tr>
</table>
</div>
</div>
Expand Down

0 comments on commit 4d5c443

Please sign in to comment.