WellCommerce\Bundle\CurrencyBundle\Helper\CurrencyHelperInterface::getCurrencyRate PHP Method

getCurrencyRate() public method

Returns the exchange rate
public getCurrencyRate ( string $baseCurrency = null, string $targetCurrency = null ) : float
$baseCurrency string
$targetCurrency string
return float
    public function getCurrencyRate(string $baseCurrency = null, string $targetCurrency = null) : float;