Skip to content
This repository has been archived by the owner on Apr 29, 2024. It is now read-only.

Commit

Permalink
Add allocations to request object (#273)
Browse files Browse the repository at this point in the history
  • Loading branch information
ashish-bolt committed Feb 26, 2024
1 parent c0f1345 commit 34ce4bb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gateways/checkoutcom/request_builder.go
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@ func buildCaptureParams(captureRequest *sleet.CaptureRequest) (*nas.CaptureReque

amountAllocations = append(amountAllocations, a)
}
request.AmountAllocations = amountAllocations
}

return request, nil
Expand Down

0 comments on commit 34ce4bb

Please sign in to comment.