Ebay API (convertedCurrentPrice) php
the following code behind the value of a product on Ebay dollar: echo $i['sellingStatus'][0]['currentPrice'][0]['__value__']; I'm trying to convert the currency Real (Brazil) as follows, but is not working: echo $i['sellingStatus'][0]['convertedCurrentPrice'][0]['BRL']['__value__']; Does anyone know where I am going wrong? The part…