Skip to content

Commit

Permalink
remove isCaptured from capture onHold amount signature
Browse files Browse the repository at this point in the history
  • Loading branch information
mElzantot committed Sep 23, 2024
1 parent 96717ae commit 2578068
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@ public OnHoldAmountClient(ApiClient apiClient, BalanceConfiguration balanceConfi
var signaturePayload = new SortedDictionary<string,object>()
{
{"onHoldAmountId", onHoldAmountId},
{"isCaptured", isCaptured.ToString()}
};

var result = await _apiClient.DeleteAsync<BalanceSummary>(
Expand Down

0 comments on commit 2578068

Please sign in to comment.