Skip to content

Commit 2dca95e

Browse files
authored
Merge pull request #949 from alphagov/PP-7211-fix_pact_state_missing_parent_external_id
PP-7211 fix pact state missing parent id
2 parents ad8e912 + 47fed2f commit 2dca95e

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/test/java/uk/gov/pay/ledger/pact/ContractTest.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -446,6 +446,7 @@ public void createThreePaymentsWithPaidoutDates(Map<String, String> params) {
446446
.insert(app.getJdbi());
447447
aTransactionFixture()
448448
.withTransactionType("REFUND")
449+
.withParentExternalId(randomAlphanumeric(15))
449450
.withGatewayAccountId(gatewayAccountId)
450451
.withGatewayPayoutId(gatewayPayoutId4)
451452
.insert(app.getJdbi());

0 commit comments

Comments
 (0)