Line 7 of API.txt says:

function currency_api_exchange($currency_from, $currency_to, $amount = 1)

but it should be:

function currency_api_convert($currency_from, $currency_to, $amount = 1)

Comments

kbahey’s picture

Status: Active » Fixed

Fixed in -dev, and should be in the tarball tonight.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.