Skip to content

Commit

Permalink
Merge pull request #949 from alphagov/PP-7211-fix_pact_state_missing_…
Browse files Browse the repository at this point in the history
…parent_external_id

PP-7211 fix pact state missing parent id
  • Loading branch information
SandorArpa authored Sep 28, 2020
2 parents ad8e912 + 47fed2f commit 2dca95e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/test/java/uk/gov/pay/ledger/pact/ContractTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -446,6 +446,7 @@ public void createThreePaymentsWithPaidoutDates(Map<String, String> params) {
.insert(app.getJdbi());
aTransactionFixture()
.withTransactionType("REFUND")
.withParentExternalId(randomAlphanumeric(15))
.withGatewayAccountId(gatewayAccountId)
.withGatewayPayoutId(gatewayPayoutId4)
.insert(app.getJdbi());
Expand Down

0 comments on commit 2dca95e

Please sign in to comment.