Subversion Repositories currency_converter

Rev

Rev 22 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 22 Rev 23
Line 549... Line 549...
549
 
549
 
550
  result := sJSON;
550
  result := sJSON;
551
 
551
 
552
  // "USDUSD" missing 06 Aug 2022. A bug?? Reported https://github.com/apilayer/currencylayer-API/issues/16
552
  // "USDUSD" missing 06 Aug 2022. A bug?? Reported https://github.com/apilayer/currencylayer-API/issues/16
553
  if Pos('"USDUSD"', result) = 0 then
553
  if Pos('"USDUSD"', result) = 0 then
554
    result := StringReplace(result, '"quotes":{', '"quotes":{"USDUSD":1.00,', []);
554
    result := StringReplace(result, '"quotes":{', '"quotes":{"USDUSD":1,', []);
555
end;
555
end;
556
 
556
 
557
end.
557
end.