Skip to content

Conversation

@0utkarsh
Copy link
Member

@0utkarsh 0utkarsh commented Sep 4, 2024

Type of Change

  • Bugfix
  • New feature
  • Enhancement
  • Refactoring
  • Dependency updates

Description

Additional Changes

  • This PR modifies the database schema (database migration added)
  • This PR modifies dhall configs/environment variables

Motivation and Context

How did you test it?

Checklist

  • I formatted the code and addressed linter errors ./dev/format-all-files.sh
  • I reviewed submitted code
  • I added unit tests for my changes where possible
  • I added a CHANGELOG entry if applicable

@0utkarsh 0utkarsh force-pushed the backend/feat/split_settlement branch 2 times, most recently from f13199e to 6ab20d6 Compare September 11, 2024 08:10
@srid
Copy link
Member

srid commented Sep 11, 2024

Could you update this PR with latest commits from main? We now use github runners.

@0utkarsh 0utkarsh force-pushed the backend/feat/split_settlement branch 2 times, most recently from f197b13 to 15af26d Compare September 24, 2024 13:59

data SplitSettlementResponse = SplitSettlementResponse
{ splitDetails :: [SplitDetailsResponse],
splitApplied :: Bool
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Make it also Maybe.

@0utkarsh 0utkarsh force-pushed the backend/feat/split_settlement branch 2 times, most recently from e7c6140 to e20fe05 Compare October 1, 2024 09:20
@0utkarsh 0utkarsh force-pushed the backend/feat/split_settlement branch from e20fe05 to 0f3aa41 Compare October 1, 2024 11:37
@0utkarsh 0utkarsh force-pushed the backend/feat/split_settlement branch from 0f3aa41 to 33a7e43 Compare October 18, 2024 10:42
@0utkarsh 0utkarsh force-pushed the backend/feat/split_settlement branch from 33a7e43 to 9fe43dc Compare November 15, 2024 08:04
("merchant_id", toQueryParam merchantId),
("format", toQueryParam format)
("format", toQueryParam format),
("order.metadata.split_settlement_details", toQueryParam (splitSettlementDetails order))
Copy link
Contributor

@khuzema786 khuzema786 Nov 16, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If splitSettlementDetails is Nothing, this field will still go, we can prevent it from being sent ?

@0utkarsh 0utkarsh force-pushed the backend/feat/split_settlement branch from 9fe43dc to 4988509 Compare November 16, 2024 09:00
@0utkarsh 0utkarsh force-pushed the backend/feat/split_settlement branch from 4988509 to 617bc31 Compare November 16, 2024 09:04
@khuzema786 khuzema786 merged commit dd9a05c into main Nov 16, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants