diff --git a/integration-test/src/step_definitions/support/logic/gpd_logic.js b/integration-test/src/step_definitions/support/logic/gpd_logic.js index 8d7f114..e43e896 100644 --- a/integration-test/src/step_definitions/support/logic/gpd_logic.js +++ b/integration-test/src/step_definitions/support/logic/gpd_logic.js @@ -74,10 +74,6 @@ async function generateAndPayDebtPosition(bundle) { response = await sendPaymentOutcome(buildSendPaymentOutcomeRequest(bundle)); debugLog(`Payment outcome sending API invocation returned HTTP status code: ${response.status} with body: ${JSON. stringify(response.data)}`); assert.match(response.data, /OK<\/outcome>/); - - 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([200, 409].includes(response.status)); /* response = await sendRT(buildSendRTRequest(bundle));