Hello, I have a question about this module.

To start, I used the info that GizmoTronic provided in post #270.
My store is based in the United States, so I changed the info in the php file that is uploaded to the server on lines 53 and 82 to USD.

I have it all setup correctly and it seems to be functioning to update the currencies. The problem I am running into is it is updating them to an incorrect dollar amount. If I push the button in Zen Cart for "Updating Currencies" it updates them to the correct and current amounts at that particular time of day. So the zen cart built in feature is working correctly.

But, when I have the Cron Job setup to process the auto currency updater, It is setting the currency values to a completely incorrect number. Here are the before and after rates.

Before:
AUD = 1.05778
CAD = 1.06567
EUR = .73056692
GBP = .583065
USD = 1.00000

After the Cron Job executes the Currency Updater the currencies come back as this:
AUD = 1.4479006
CAD = 1.4586994
EUR = .73056692
GBP = .79809999
USD = 1.0000000

The first thing I noticed was the Euro wasn't changed at all, and it remains the correct currency rate. All the other ones except the Euro and the USD were affected and gave back a completely incorrect currency rate.

Does anyone have any suggestions on what the issue could be with this?

I really appreciate anyone who has an input on solving this issue.
Thanks in advance!
Chris