Merge pull request 'Edicion habilitada' (#75) from fixed/tipos_de_cambio into development

Reviewed-on: ADUANASOFT/anexo76#75
This commit is contained in:
2026-01-22 23:35:12 +00:00
2 changed files with 2 additions and 2 deletions

View File

@@ -77,7 +77,7 @@ export async function updateExchangeRate(
): Promise<ExchangeRate> {
const params = new URLSearchParams({ company_id: companyId.toString() });
return api.put<ExchangeRate>(
`/v1/a76/exchange-rate/${exchangeRateId}?${params.toString()}`,
`/v1/a76/exchange-rate/${exchangeRateId}/?${params.toString()}`,
data
);
}