Skip to content

Commit

Permalink
fix#9
Browse files Browse the repository at this point in the history
  • Loading branch information
pasqualespica committed Oct 12, 2022
1 parent b8cd193 commit 5af76d1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ public PaymentPositionModel createSpontaneousPayment(@NotBlank String organizati
// checks if the service is in suitable state and the request contains the properties required by the configured service
checkServiceConfiguration(spontaneousPayment, serviceConfiguration);

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

}

Expand Down

0 comments on commit 5af76d1

Please sign in to comment.