-
Notifications
You must be signed in to change notification settings - Fork 8
backend/feat/split_settlement #613
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
f13199e to
6ab20d6
Compare
|
Could you update this PR with latest commits from |
f197b13 to
15af26d
Compare
|
|
||
| data SplitSettlementResponse = SplitSettlementResponse | ||
| { splitDetails :: [SplitDetailsResponse], | ||
| splitApplied :: Bool |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Make it also Maybe.
e7c6140 to
e20fe05
Compare
lib/mobility-core/src/Kernel/External/Payment/Interface/Types.hs
Outdated
Show resolved
Hide resolved
lib/mobility-core/src/Kernel/External/Payment/Juspay/Types/Common.hs
Outdated
Show resolved
Hide resolved
e20fe05 to
0f3aa41
Compare
0f3aa41 to
33a7e43
Compare
33a7e43 to
9fe43dc
Compare
| ("merchant_id", toQueryParam merchantId), | ||
| ("format", toQueryParam format) | ||
| ("format", toQueryParam format), | ||
| ("order.metadata.split_settlement_details", toQueryParam (splitSettlementDetails order)) |
There was a problem hiding this comment.
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 ?
9fe43dc to
4988509
Compare
4988509 to
617bc31
Compare
Type of Change
Description
Additional Changes
Motivation and Context
How did you test it?
Checklist
./dev/format-all-files.sh