Skip to content

Commit

Permalink
fix(export-order): fix add installments
Browse files Browse the repository at this point in the history
  • Loading branch information
wisley7l committed May 27, 2024
1 parent d93c58d commit 10c8c33
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions functions/lib/integration/exports/orders-to-horus.js
Original file line number Diff line number Diff line change
Expand Up @@ -307,6 +307,7 @@ module.exports = async ({ appSdk, storeId, auth }, orderId, opts = {}) => {
const body = {
COD_EMPRESA: companyCode,
COD_FILIAL: subsidiaryCode,
COD_CLI: customerCodeHorus,
COD_PED_VENDA: saleCodeHorus,
COD_FORMA: getCodePayment(paymentMethodCode, appData.payments, transaction),
VLR_PARCELA: parsePrice(vlr || amount.total),
Expand Down

0 comments on commit 10c8c33

Please sign in to comment.