Skip to content

Commit

Permalink
fix#4
Browse files Browse the repository at this point in the history
  • Loading branch information
pasqualespica committed Oct 11, 2022
1 parent ca0af90 commit 6c540a6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
import java.time.LocalDateTime;
import java.util.List;

@Container(containerName = "${azure.cosmos.ec-container-name}", autoCreateContainer = false, autoScale = true, ru="4000")
@Container(containerName = "${azure.cosmos.ec-container-name}", autoCreateContainer = false, ru="1000")
@Getter
@Setter
@NoArgsConstructor
Expand Down
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 new PaymentPositionModel(); //createDebtPosition(organizationFiscalCode, orgConfiguration, serviceConfiguration, spontaneousPayment);
return createDebtPosition(organizationFiscalCode, orgConfiguration, serviceConfiguration, spontaneousPayment);

}

Expand Down

0 comments on commit 6c540a6

Please sign in to comment.