florianv / exchanger

:office: Currency exchange rates framework for PHP

Home Page:https://florianv.github.io/exchanger/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Google updated the format?

johnnyteoh opened this issue · comments

Hi, just noticed my daily batch job for SWAP with Google, seems to be failing this morning, does anyone else experienced the problem? Seems like the following line in Google adapter is returning 0 in length.

$nodes = $xpath->query('//span[@id="knowledge-currency__tgt-amount"]');

It seems that Google service is deprecated since #68.

A deprecation notice was previously added in 1c6fefb.

I recommend you use another service.

Thanks, I will move the code to connect to Currency Converter API then.