Closed (fixed)
Project:
Currency
Version:
7.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
3 Feb 2013 at 22:58 UTC
Updated:
24 Jul 2013 at 08:44 UTC
Jump to comment: Most recent file
Not all converters are able to get all rates they offer at once. Yahoo! Finance, for instance, offers 152 currencies, which would result in 152^2 = 23104 individual requests to the Yahoo! server, because the API does not support retrieving multiple rates with the same request. #1905728: Fill {currency_conversion_rate_db_table} in a different way already deals with removing the only dependency on this method, so when that issue is fixed, we can remote the methods themselves.
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | currency_1906938_00.patch | 6.29 KB | xano |
| #1 | currency_1905728_00.patch | 1.96 KB | xano |
Comments
Comment #1
xanoComment #3
xanoThat was the wrong patch.
Comment #4
xanoComment #6
xano