Resolved merge conflicts

This commit is contained in:
Saurabh
2018-07-18 17:08:16 +05:30
30 changed files with 298 additions and 398 deletions

View File

@@ -115,7 +115,7 @@ def get_exchange_rate(from_currency, to_currency, transaction_date=None, args=No
if not value:
import requests
api_url = "https://exchangeratesapi.io/api/{0}".format(transaction_date)
api_url = "https://frankfurter.erpnext.org/{0}".format(transaction_date)
response = requests.get(api_url, params={
"base": from_currency,
"symbols": to_currency