diff --git a/integration-test/src/step_definitions/payment_options_step.js b/integration-test/src/step_definitions/payment_options_step.js index 16b19d9..724d367 100644 --- a/integration-test/src/step_definitions/payment_options_step.js +++ b/integration-test/src/step_definitions/payment_options_step.js @@ -98,6 +98,7 @@ Then('payments options has size {int}', function (expectedSize) { }); Then('payments option n {int} has {int} installments', function (i, expectedSize) { + console.logs(this.response?.data?.paymentOptions); assert.strictEqual(this.response?.data?.paymentOptions[i - 1].installments.length, expectedSize); });