diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d8d39b939..310a5e35b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,10 +22,10 @@ jobs: if: (github.event_name == 'push' || github.event.pull_request.head.repo.fork) && (github.event_name != 'push' || github.event.head_commit.message != 'codegen metadata') steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 - name: Set up Java - uses: actions/setup-java@v5 + uses: actions/setup-java@be666c2fcd27ec809703dec50e508c2fdc7f6654 # v5.2.0 with: distribution: temurin java-version: | @@ -34,7 +34,7 @@ jobs: cache: gradle - name: Set up Gradle - uses: gradle/actions/setup-gradle@v4 + uses: gradle/actions/setup-gradle@ed408507eac070d1f99cc633dbcf757c94c7933a # v4.4.3 - name: Run lints run: ./scripts/lint @@ -49,10 +49,10 @@ jobs: if: (github.event_name == 'push' || github.event.pull_request.head.repo.fork) && (github.event_name != 'push' || github.event.head_commit.message != 'codegen metadata') steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 - name: Set up Java - uses: actions/setup-java@v5 + uses: actions/setup-java@be666c2fcd27ec809703dec50e508c2fdc7f6654 # v5.2.0 with: distribution: temurin java-version: | @@ -61,7 +61,7 @@ jobs: cache: gradle - name: Set up Gradle - uses: gradle/actions/setup-gradle@v4 + uses: gradle/actions/setup-gradle@ed408507eac070d1f99cc633dbcf757c94c7933a # v4.4.3 - name: Build SDK run: ./scripts/build @@ -71,7 +71,7 @@ jobs: github.repository == 'stainless-sdks/increase-java' && !startsWith(github.ref, 'refs/heads/stl/') id: github-oidc - uses: actions/github-script@v8 + uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0 with: script: core.setOutput('github_token', await core.getIDToken()); @@ -91,10 +91,10 @@ jobs: runs-on: ${{ github.repository == 'stainless-sdks/increase-java' && 'depot-ubuntu-24.04' || 'ubuntu-latest' }} if: github.event_name == 'push' || github.event.pull_request.head.repo.fork steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 - name: Set up Java - uses: actions/setup-java@v5 + uses: actions/setup-java@be666c2fcd27ec809703dec50e508c2fdc7f6654 # v5.2.0 with: distribution: temurin java-version: | @@ -103,7 +103,7 @@ jobs: cache: gradle - name: Set up Gradle - uses: gradle/gradle-build-action@v2 + uses: gradle/gradle-build-action@a8f75513eafdebd8141bd1cd4e30fcd194af8dfa # v2.12.0 - name: Run tests run: ./scripts/test diff --git a/.github/workflows/publish-sonatype.yml b/.github/workflows/publish-sonatype.yml index 73245e49b..30b24fbab 100644 --- a/.github/workflows/publish-sonatype.yml +++ b/.github/workflows/publish-sonatype.yml @@ -14,10 +14,10 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 - name: Set up Java - uses: actions/setup-java@v5 + uses: actions/setup-java@be666c2fcd27ec809703dec50e508c2fdc7f6654 # v5.2.0 with: distribution: temurin java-version: | @@ -26,7 +26,7 @@ jobs: cache: gradle - name: Set up Gradle - uses: gradle/gradle-build-action@v2 + uses: gradle/gradle-build-action@a8f75513eafdebd8141bd1cd4e30fcd194af8dfa # v2.12.0 - name: Publish to Sonatype run: |- diff --git a/.github/workflows/release-doctor.yml b/.github/workflows/release-doctor.yml index 1a2d5d252..cf4fa50ae 100644 --- a/.github/workflows/release-doctor.yml +++ b/.github/workflows/release-doctor.yml @@ -12,7 +12,7 @@ jobs: if: github.repository == 'Increase/increase-java' && (github.event_name == 'push' || github.event_name == 'workflow_dispatch' || startsWith(github.head_ref, 'release-please') || github.head_ref == 'next') steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 - name: Check release environment run: | diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 580b92b18..95b1bb5df 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.547.0" + ".": "0.548.0" } \ No newline at end of file diff --git a/.stats.yml b/.stats.yml index bf6586614..d8ea9b1a1 100644 --- a/.stats.yml +++ b/.stats.yml @@ -1,4 +1,4 @@ configured_endpoints: 238 -openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/increase/increase-5c918212b76dd6bed571ef056d06398afbe63b0988650107601e6e6b675696cf.yml -openapi_spec_hash: 9b0a8970709721edd2d06fd02829dd7c +openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/increase/increase-80a122bc694ceb320ce9b08dbe3a6dd8ce58eb6fe72a0e1a425b2cfdfbc80cc8.yml +openapi_spec_hash: 036e5c2e5cff30625cce53e7333d0ef5 config_hash: ac050010e5453883d5e5fa603554a2e0 diff --git a/CHANGELOG.md b/CHANGELOG.md index 7617d6982..f36770bd3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 0.548.0 (2026-05-13) + +Full Changelog: [v0.547.0...v0.548.0](https://github.com/Increase/increase-java/compare/v0.547.0...v0.548.0) + +### Features + +* **api:** api update ([2fb8d40](https://github.com/Increase/increase-java/commit/2fb8d40f26a7b83466c64a7447320457a75025b3)) + ## 0.547.0 (2026-05-12) Full Changelog: [v0.546.0...v0.547.0](https://github.com/Increase/increase-java/compare/v0.546.0...v0.547.0) diff --git a/README.md b/README.md index aa863cdfe..4cee65357 100644 --- a/README.md +++ b/README.md @@ -2,8 +2,8 @@ -[![Maven Central](https://img.shields.io/maven-central/v/com.increase.api/increase-java)](https://central.sonatype.com/artifact/com.increase.api/increase-java/0.547.0) -[![javadoc](https://javadoc.io/badge2/com.increase.api/increase-java/0.547.0/javadoc.svg)](https://javadoc.io/doc/com.increase.api/increase-java/0.547.0) +[![Maven Central](https://img.shields.io/maven-central/v/com.increase.api/increase-java)](https://central.sonatype.com/artifact/com.increase.api/increase-java/0.548.0) +[![javadoc](https://javadoc.io/badge2/com.increase.api/increase-java/0.548.0/javadoc.svg)](https://javadoc.io/doc/com.increase.api/increase-java/0.548.0) @@ -13,7 +13,7 @@ The Increase Java SDK is similar to the Increase Kotlin SDK but with minor diffe -The REST API documentation can be found on [increase.com](https://increase.com/documentation). Javadocs are available on [javadoc.io](https://javadoc.io/doc/com.increase.api/increase-java/0.547.0). +The REST API documentation can be found on [increase.com](https://increase.com/documentation). Javadocs are available on [javadoc.io](https://javadoc.io/doc/com.increase.api/increase-java/0.548.0). @@ -24,7 +24,7 @@ The REST API documentation can be found on [increase.com](https://increase.com/d ### Gradle ```kotlin -implementation("com.increase.api:increase-java:0.547.0") +implementation("com.increase.api:increase-java:0.548.0") ``` ### Maven @@ -33,7 +33,7 @@ implementation("com.increase.api:increase-java:0.547.0") com.increase.api increase-java - 0.547.0 + 0.548.0 ``` diff --git a/build.gradle.kts b/build.gradle.kts index 2f899abe1..5d256bfac 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -8,7 +8,7 @@ repositories { allprojects { group = "com.increase.api" - version = "0.547.0" // x-release-please-version + version = "0.548.0" // x-release-please-version } subprojects { diff --git a/increase-java-core/src/test/kotlin/com/increase/api/models/inboundwiretransfers/InboundWireTransferListPageResponseTest.kt b/increase-java-core/src/test/kotlin/com/increase/api/models/inboundwiretransfers/InboundWireTransferListPageResponseTest.kt index b7bbd13f5..04d3155e0 100644 --- a/increase-java-core/src/test/kotlin/com/increase/api/models/inboundwiretransfers/InboundWireTransferListPageResponseTest.kt +++ b/increase-java-core/src/test/kotlin/com/increase/api/models/inboundwiretransfers/InboundWireTransferListPageResponseTest.kt @@ -19,27 +19,27 @@ internal class InboundWireTransferListPageResponseTest { .id("inbound_wire_transfer_f228m6bmhtcxjco9pwp0") .acceptance( InboundWireTransfer.Acceptance.builder() - .acceptedAt(OffsetDateTime.parse("2019-12-27T18:11:19.117Z")) - .transactionId("transaction_id") + .acceptedAt(OffsetDateTime.parse("2020-01-31T23:59:59Z")) + .transactionId("transaction_uyrp7fld2ium70oa7oi") .build() ) .accountId("account_in71c4amph0vgo2qllky") .accountNumberId("account_number_v18nkfqm6afpsrvy82b2") .amount(100L) .createdAt(OffsetDateTime.parse("2020-01-31T23:59:59Z")) - .creditorAddressLine1(null) - .creditorAddressLine2(null) + .creditorAddressLine1("33 Liberty Street") + .creditorAddressLine2("New York, NY, 10045") .creditorAddressLine3(null) - .creditorName(null) - .debtorAddressLine1(null) - .debtorAddressLine2(null) + .creditorName("National Phonograph Company") + .debtorAddressLine1("33 Liberty Street") + .debtorAddressLine2("New York, NY, 10045") .debtorAddressLine3(null) - .debtorName(null) + .debtorName("Ian Crease") .description("Inbound wire transfer") - .endToEndIdentification(null) - .inputMessageAccountabilityData(null) - .instructingAgentRoutingNumber(null) - .instructionIdentification(null) + .endToEndIdentification("Invoice 29582") + .inputMessageAccountabilityData("20220118MMQFMP0P000001") + .instructingAgentRoutingNumber("101050001") + .instructionIdentification("202201180000001") .reversal( InboundWireTransfer.Reversal.builder() .reason(InboundWireTransfer.Reversal.Reason.DUPLICATE) @@ -48,8 +48,8 @@ internal class InboundWireTransferListPageResponseTest { ) .status(InboundWireTransfer.Status.ACCEPTED) .type(InboundWireTransfer.Type.INBOUND_WIRE_TRANSFER) - .uniqueEndToEndTransactionReference(null) - .unstructuredRemittanceInformation(null) + .uniqueEndToEndTransactionReference("9a21e10a-7600-4a24-8ff3-2cbc5943c27a") + .unstructuredRemittanceInformation("INVOICE 2468") .wireDrawdownRequestId(null) .build() ) @@ -62,27 +62,27 @@ internal class InboundWireTransferListPageResponseTest { .id("inbound_wire_transfer_f228m6bmhtcxjco9pwp0") .acceptance( InboundWireTransfer.Acceptance.builder() - .acceptedAt(OffsetDateTime.parse("2019-12-27T18:11:19.117Z")) - .transactionId("transaction_id") + .acceptedAt(OffsetDateTime.parse("2020-01-31T23:59:59Z")) + .transactionId("transaction_uyrp7fld2ium70oa7oi") .build() ) .accountId("account_in71c4amph0vgo2qllky") .accountNumberId("account_number_v18nkfqm6afpsrvy82b2") .amount(100L) .createdAt(OffsetDateTime.parse("2020-01-31T23:59:59Z")) - .creditorAddressLine1(null) - .creditorAddressLine2(null) + .creditorAddressLine1("33 Liberty Street") + .creditorAddressLine2("New York, NY, 10045") .creditorAddressLine3(null) - .creditorName(null) - .debtorAddressLine1(null) - .debtorAddressLine2(null) + .creditorName("National Phonograph Company") + .debtorAddressLine1("33 Liberty Street") + .debtorAddressLine2("New York, NY, 10045") .debtorAddressLine3(null) - .debtorName(null) + .debtorName("Ian Crease") .description("Inbound wire transfer") - .endToEndIdentification(null) - .inputMessageAccountabilityData(null) - .instructingAgentRoutingNumber(null) - .instructionIdentification(null) + .endToEndIdentification("Invoice 29582") + .inputMessageAccountabilityData("20220118MMQFMP0P000001") + .instructingAgentRoutingNumber("101050001") + .instructionIdentification("202201180000001") .reversal( InboundWireTransfer.Reversal.builder() .reason(InboundWireTransfer.Reversal.Reason.DUPLICATE) @@ -91,8 +91,8 @@ internal class InboundWireTransferListPageResponseTest { ) .status(InboundWireTransfer.Status.ACCEPTED) .type(InboundWireTransfer.Type.INBOUND_WIRE_TRANSFER) - .uniqueEndToEndTransactionReference(null) - .unstructuredRemittanceInformation(null) + .uniqueEndToEndTransactionReference("9a21e10a-7600-4a24-8ff3-2cbc5943c27a") + .unstructuredRemittanceInformation("INVOICE 2468") .wireDrawdownRequestId(null) .build() ) @@ -109,27 +109,27 @@ internal class InboundWireTransferListPageResponseTest { .id("inbound_wire_transfer_f228m6bmhtcxjco9pwp0") .acceptance( InboundWireTransfer.Acceptance.builder() - .acceptedAt(OffsetDateTime.parse("2019-12-27T18:11:19.117Z")) - .transactionId("transaction_id") + .acceptedAt(OffsetDateTime.parse("2020-01-31T23:59:59Z")) + .transactionId("transaction_uyrp7fld2ium70oa7oi") .build() ) .accountId("account_in71c4amph0vgo2qllky") .accountNumberId("account_number_v18nkfqm6afpsrvy82b2") .amount(100L) .createdAt(OffsetDateTime.parse("2020-01-31T23:59:59Z")) - .creditorAddressLine1(null) - .creditorAddressLine2(null) + .creditorAddressLine1("33 Liberty Street") + .creditorAddressLine2("New York, NY, 10045") .creditorAddressLine3(null) - .creditorName(null) - .debtorAddressLine1(null) - .debtorAddressLine2(null) + .creditorName("National Phonograph Company") + .debtorAddressLine1("33 Liberty Street") + .debtorAddressLine2("New York, NY, 10045") .debtorAddressLine3(null) - .debtorName(null) + .debtorName("Ian Crease") .description("Inbound wire transfer") - .endToEndIdentification(null) - .inputMessageAccountabilityData(null) - .instructingAgentRoutingNumber(null) - .instructionIdentification(null) + .endToEndIdentification("Invoice 29582") + .inputMessageAccountabilityData("20220118MMQFMP0P000001") + .instructingAgentRoutingNumber("101050001") + .instructionIdentification("202201180000001") .reversal( InboundWireTransfer.Reversal.builder() .reason(InboundWireTransfer.Reversal.Reason.DUPLICATE) @@ -138,8 +138,8 @@ internal class InboundWireTransferListPageResponseTest { ) .status(InboundWireTransfer.Status.ACCEPTED) .type(InboundWireTransfer.Type.INBOUND_WIRE_TRANSFER) - .uniqueEndToEndTransactionReference(null) - .unstructuredRemittanceInformation(null) + .uniqueEndToEndTransactionReference("9a21e10a-7600-4a24-8ff3-2cbc5943c27a") + .unstructuredRemittanceInformation("INVOICE 2468") .wireDrawdownRequestId(null) .build() ) diff --git a/increase-java-core/src/test/kotlin/com/increase/api/models/inboundwiretransfers/InboundWireTransferTest.kt b/increase-java-core/src/test/kotlin/com/increase/api/models/inboundwiretransfers/InboundWireTransferTest.kt index 379fa0968..dd8ce7499 100644 --- a/increase-java-core/src/test/kotlin/com/increase/api/models/inboundwiretransfers/InboundWireTransferTest.kt +++ b/increase-java-core/src/test/kotlin/com/increase/api/models/inboundwiretransfers/InboundWireTransferTest.kt @@ -17,27 +17,27 @@ internal class InboundWireTransferTest { .id("inbound_wire_transfer_f228m6bmhtcxjco9pwp0") .acceptance( InboundWireTransfer.Acceptance.builder() - .acceptedAt(OffsetDateTime.parse("2019-12-27T18:11:19.117Z")) - .transactionId("transaction_id") + .acceptedAt(OffsetDateTime.parse("2020-01-31T23:59:59Z")) + .transactionId("transaction_uyrp7fld2ium70oa7oi") .build() ) .accountId("account_in71c4amph0vgo2qllky") .accountNumberId("account_number_v18nkfqm6afpsrvy82b2") .amount(100L) .createdAt(OffsetDateTime.parse("2020-01-31T23:59:59Z")) - .creditorAddressLine1(null) - .creditorAddressLine2(null) + .creditorAddressLine1("33 Liberty Street") + .creditorAddressLine2("New York, NY, 10045") .creditorAddressLine3(null) - .creditorName(null) - .debtorAddressLine1(null) - .debtorAddressLine2(null) + .creditorName("National Phonograph Company") + .debtorAddressLine1("33 Liberty Street") + .debtorAddressLine2("New York, NY, 10045") .debtorAddressLine3(null) - .debtorName(null) + .debtorName("Ian Crease") .description("Inbound wire transfer") - .endToEndIdentification(null) - .inputMessageAccountabilityData(null) - .instructingAgentRoutingNumber(null) - .instructionIdentification(null) + .endToEndIdentification("Invoice 29582") + .inputMessageAccountabilityData("20220118MMQFMP0P000001") + .instructingAgentRoutingNumber("101050001") + .instructionIdentification("202201180000001") .reversal( InboundWireTransfer.Reversal.builder() .reason(InboundWireTransfer.Reversal.Reason.DUPLICATE) @@ -46,8 +46,8 @@ internal class InboundWireTransferTest { ) .status(InboundWireTransfer.Status.ACCEPTED) .type(InboundWireTransfer.Type.INBOUND_WIRE_TRANSFER) - .uniqueEndToEndTransactionReference(null) - .unstructuredRemittanceInformation(null) + .uniqueEndToEndTransactionReference("9a21e10a-7600-4a24-8ff3-2cbc5943c27a") + .unstructuredRemittanceInformation("INVOICE 2468") .wireDrawdownRequestId(null) .build() @@ -55,8 +55,8 @@ internal class InboundWireTransferTest { assertThat(inboundWireTransfer.acceptance()) .contains( InboundWireTransfer.Acceptance.builder() - .acceptedAt(OffsetDateTime.parse("2019-12-27T18:11:19.117Z")) - .transactionId("transaction_id") + .acceptedAt(OffsetDateTime.parse("2020-01-31T23:59:59Z")) + .transactionId("transaction_uyrp7fld2ium70oa7oi") .build() ) assertThat(inboundWireTransfer.accountId()).isEqualTo("account_in71c4amph0vgo2qllky") @@ -65,19 +65,20 @@ internal class InboundWireTransferTest { assertThat(inboundWireTransfer.amount()).isEqualTo(100L) assertThat(inboundWireTransfer.createdAt()) .isEqualTo(OffsetDateTime.parse("2020-01-31T23:59:59Z")) - assertThat(inboundWireTransfer.creditorAddressLine1()).isEmpty - assertThat(inboundWireTransfer.creditorAddressLine2()).isEmpty + assertThat(inboundWireTransfer.creditorAddressLine1()).contains("33 Liberty Street") + assertThat(inboundWireTransfer.creditorAddressLine2()).contains("New York, NY, 10045") assertThat(inboundWireTransfer.creditorAddressLine3()).isEmpty - assertThat(inboundWireTransfer.creditorName()).isEmpty - assertThat(inboundWireTransfer.debtorAddressLine1()).isEmpty - assertThat(inboundWireTransfer.debtorAddressLine2()).isEmpty + assertThat(inboundWireTransfer.creditorName()).contains("National Phonograph Company") + assertThat(inboundWireTransfer.debtorAddressLine1()).contains("33 Liberty Street") + assertThat(inboundWireTransfer.debtorAddressLine2()).contains("New York, NY, 10045") assertThat(inboundWireTransfer.debtorAddressLine3()).isEmpty - assertThat(inboundWireTransfer.debtorName()).isEmpty + assertThat(inboundWireTransfer.debtorName()).contains("Ian Crease") assertThat(inboundWireTransfer.description()).isEqualTo("Inbound wire transfer") - assertThat(inboundWireTransfer.endToEndIdentification()).isEmpty - assertThat(inboundWireTransfer.inputMessageAccountabilityData()).isEmpty - assertThat(inboundWireTransfer.instructingAgentRoutingNumber()).isEmpty - assertThat(inboundWireTransfer.instructionIdentification()).isEmpty + assertThat(inboundWireTransfer.endToEndIdentification()).contains("Invoice 29582") + assertThat(inboundWireTransfer.inputMessageAccountabilityData()) + .contains("20220118MMQFMP0P000001") + assertThat(inboundWireTransfer.instructingAgentRoutingNumber()).contains("101050001") + assertThat(inboundWireTransfer.instructionIdentification()).contains("202201180000001") assertThat(inboundWireTransfer.reversal()) .contains( InboundWireTransfer.Reversal.builder() @@ -88,8 +89,9 @@ internal class InboundWireTransferTest { assertThat(inboundWireTransfer.status()).isEqualTo(InboundWireTransfer.Status.ACCEPTED) assertThat(inboundWireTransfer.type()) .isEqualTo(InboundWireTransfer.Type.INBOUND_WIRE_TRANSFER) - assertThat(inboundWireTransfer.uniqueEndToEndTransactionReference()).isEmpty - assertThat(inboundWireTransfer.unstructuredRemittanceInformation()).isEmpty + assertThat(inboundWireTransfer.uniqueEndToEndTransactionReference()) + .contains("9a21e10a-7600-4a24-8ff3-2cbc5943c27a") + assertThat(inboundWireTransfer.unstructuredRemittanceInformation()).contains("INVOICE 2468") assertThat(inboundWireTransfer.wireDrawdownRequestId()).isEmpty } @@ -101,27 +103,27 @@ internal class InboundWireTransferTest { .id("inbound_wire_transfer_f228m6bmhtcxjco9pwp0") .acceptance( InboundWireTransfer.Acceptance.builder() - .acceptedAt(OffsetDateTime.parse("2019-12-27T18:11:19.117Z")) - .transactionId("transaction_id") + .acceptedAt(OffsetDateTime.parse("2020-01-31T23:59:59Z")) + .transactionId("transaction_uyrp7fld2ium70oa7oi") .build() ) .accountId("account_in71c4amph0vgo2qllky") .accountNumberId("account_number_v18nkfqm6afpsrvy82b2") .amount(100L) .createdAt(OffsetDateTime.parse("2020-01-31T23:59:59Z")) - .creditorAddressLine1(null) - .creditorAddressLine2(null) + .creditorAddressLine1("33 Liberty Street") + .creditorAddressLine2("New York, NY, 10045") .creditorAddressLine3(null) - .creditorName(null) - .debtorAddressLine1(null) - .debtorAddressLine2(null) + .creditorName("National Phonograph Company") + .debtorAddressLine1("33 Liberty Street") + .debtorAddressLine2("New York, NY, 10045") .debtorAddressLine3(null) - .debtorName(null) + .debtorName("Ian Crease") .description("Inbound wire transfer") - .endToEndIdentification(null) - .inputMessageAccountabilityData(null) - .instructingAgentRoutingNumber(null) - .instructionIdentification(null) + .endToEndIdentification("Invoice 29582") + .inputMessageAccountabilityData("20220118MMQFMP0P000001") + .instructingAgentRoutingNumber("101050001") + .instructionIdentification("202201180000001") .reversal( InboundWireTransfer.Reversal.builder() .reason(InboundWireTransfer.Reversal.Reason.DUPLICATE) @@ -130,8 +132,8 @@ internal class InboundWireTransferTest { ) .status(InboundWireTransfer.Status.ACCEPTED) .type(InboundWireTransfer.Type.INBOUND_WIRE_TRANSFER) - .uniqueEndToEndTransactionReference(null) - .unstructuredRemittanceInformation(null) + .uniqueEndToEndTransactionReference("9a21e10a-7600-4a24-8ff3-2cbc5943c27a") + .unstructuredRemittanceInformation("INVOICE 2468") .wireDrawdownRequestId(null) .build()