Skip to content

Commit

Permalink
Merge pull request #1864 from alphagov/BAU-exclude-settled-date-parit…
Browse files Browse the repository at this point in the history
…y-check

BAU: Exclude Ledger settled_date field from Parity Checker
  • Loading branch information
katstevens authored Nov 19, 2024
2 parents f3bc7a2 + 2f7c0a9 commit 503cd76
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@ export async function validateLedgerTransaction(
'gateway_payout_id',
'parent_transaction_id',
'payment_details',
'reason'
'reason',
'settlement_summary.settled_date'
])
const connectorResponseWithoutConnectorSpecificFields = _.omit(connectorEntry, [
'links',
Expand Down

0 comments on commit 503cd76

Please sign in to comment.