Skip to content

Commit

Permalink
[PAGOPA-959] fix
Browse files Browse the repository at this point in the history
  • Loading branch information
cap-ang committed Aug 24, 2023
1 parent 3dd8115 commit 73e1982
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ async function generateAndPayDebtPosition(bundle) {

response = await payDebtPosition(bundle.creditorInstitution.id, bundle.debtPosition.paymentOption[0].iuv, buildPayRequest(bundle));
debugLog(`Debt position payment sending API invocation returned HTTP status code: ${response.status} with body: ${JSON. stringify(response.data)}`);
assert.strictEqual(response.status, 200);
assert([200, 409].includes(response.status));

/*
response = await sendRT(buildSendRTRequest(bundle));
Expand Down

0 comments on commit 73e1982

Please sign in to comment.