Skip to content

Commit

Permalink
PP-7211 fix pact state missing parent id
Browse files Browse the repository at this point in the history
- refund in pact 'state three payments with payout dates exists' is
  missing parent_external_id
  • Loading branch information
SandorArpa committed Sep 28, 2020
1 parent ad8e912 commit 47fed2f
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 47fed2f

Please sign in to comment.