Skip to content

Commit

Permalink
Fix: [Multicurrency] properly display API error
Browse files Browse the repository at this point in the history
  • Loading branch information
rdoursenaud committed Feb 15, 2017
1 parent bcd624e commit d9f32f7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions htdocs/admin/multicurrency.php
Expand Up @@ -131,7 +131,7 @@
}
else
{
setEventMessages($langs->trans('multicurrency_syncronize_error', $reponse->error->info), null, 'errors');
setEventMessages($langs->trans('multicurrency_syncronize_error', $response->error->info), null, 'errors');
}
}

Expand Down Expand Up @@ -377,4 +377,4 @@ function getRates()

llxFooter();

$db->close();
$db->close();
4 changes: 2 additions & 2 deletions htdocs/langs/en_US/multicurrency.lang
Expand Up @@ -3,7 +3,7 @@ MultiCurrency=Multi currency
ErrorAddRateFail=Error in added rate
ErrorAddCurrencyFail=Error in added currency
ErrorDeleteCurrencyFail=Error delete fail
multicurrency_syncronize_error=Error in synchronization
multicurrency_syncronize_error=Synchronisation error: %s
multicurrency_useOriginTx=When an object is created from another, keep the original rate of source object (otherwise use the new known rate)
CurrencyLayerAccount=CurrencyLayer API
CurrencyLayerAccount_help_to_synchronize=You sould create an account on their website to use this functionnality<br />Get your <b>API key</b><br />If you use a free account you can't change the <b>currency source</b> (USD by default)<br />But if your main currency isn't USD you can use the <b>alternate currency source</b> to force you main currency<br /><br />You are limited at 1000 synchronizations per month
Expand All @@ -15,4 +15,4 @@ CurrenciesUsed_help_to_add=Add the differents currencies and rates you need to u
rate=rate
MulticurrencyReceived=Received, original currency
MulticurrencyRemainderToTake=Remaining amout, original currency
MulticurrencyPaymentAmount=Payment amount, original currency
MulticurrencyPaymentAmount=Payment amount, original currency

0 comments on commit d9f32f7

Please sign in to comment.