This commit is contained in:
Rustem Shaydullin 2024-05-15 16:35:53 +05:00
parent 892452eda2
commit 179913fd57
No known key found for this signature in database
GPG Key ID: 098B14A3236B5DFD

View File

@ -2798,7 +2798,7 @@ payment_adjustment_greater_captured_from_failed(C) ->
% new cash flow must be calculated using initial domain and party revisions
#domain_InvoicePaymentAdjustment{new_cash_flow = DCF2} =
?adjustment_reason(AdjReason) =
hg_client_invoicing:get_payment_adjustment(InvoiceID, PaymentID, AdjustmentID, Client),
hg_client_invoicing:get_payment_adjustment(InvoiceID, PaymentID, AdjustmentID, Client),
PrvAccount2 = get_deprecated_cashflow_account({provider, settlement}, DCF2, CFContext),
SysAccount2 = get_deprecated_cashflow_account({system, settlement}, DCF2, CFContext),
MrcAccount2 = get_deprecated_cashflow_account({merchant, settlement}, DCF2, CFContext),