Skip to content

Commit

Permalink
Merge branch 'fix_performance' of
Browse files Browse the repository at this point in the history
  • Loading branch information
aacitelli committed Oct 11, 2022
1 parent a830a03 commit 04c6b51
Showing 1 changed file with 5 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -82,11 +82,14 @@ public PaymentPositionModel createSpontaneousPayment(@NotBlank String organizati
checkServiceOrganization(organizationFiscalCode, serviceConfiguration);

// checks if the service is in suitable state and the request contains the properties required by the configured service
checkServiceConfiguration(spontaneousPayment, serviceConfiguration);
//checkServiceConfiguration(spontaneousPayment, serviceConfiguration);

return createDebtPosition(organizationFiscalCode, orgConfiguration, serviceConfiguration, spontaneousPayment);
//return createDebtPosition(organizationFiscalCode, orgConfiguration, serviceConfiguration, spontaneousPayment);

return new PaymentPositionModel();
}


/**
* check if the credit institution's status is ENABLED
*
Expand Down

0 comments on commit 04c6b51

Please sign in to comment.