Compare commits

..

No commits in common. 'cdb1ffc841ed7d88e770c3c3bc343bf6c6ddd9d0' and 'c5cf2c83e45314efb361ec41eb32535468d4899f' have entirely different histories.

@ -30,7 +30,7 @@ public interface UCOURI {
// product related uri // product related uri
String FETCH_UCO_DEPOSIT_PRODUCTS = "/deposit/fetchUcoDepositProducts"; String FETCH_UCO_DEPOSIT_PRODUCTS = "/deposit/fetchUcoDepositProducts";
String FETCH_UCO_ONBOARDING_DEPOSIT_PRODUCTS = "/auth/user/authenticate/onboardCustomer/fetchUcoDepositProducts"; String FETCH_UCO_ONBOARDING_DEPOSIT_PRODUCTS = "/auth/user/authenticate/onboardCutomer/fetchUcoDepositProducts";
String FETCH_UCO_GLS = "/deposit/fetchUcoGls"; String FETCH_UCO_GLS = "/deposit/fetchUcoGls";
String REVERSE_TRANSACTION = "/reverseTransaction"; String REVERSE_TRANSACTION = "/reverseTransaction";
String CORE_REVERSE_TRANSACTION = "/deposit/transactions/uco/reverse-transaction"; String CORE_REVERSE_TRANSACTION = "/deposit/transactions/uco/reverse-transaction";

@ -7,7 +7,9 @@ import com.mfsys.uco.model.Product;
import com.mfsys.uco.model.TransactionTrail; import com.mfsys.uco.model.TransactionTrail;
import com.mfsys.uco.service.DepositUcoProductsService; import com.mfsys.uco.service.DepositUcoProductsService;
import lombok.RequiredArgsConstructor; import lombok.RequiredArgsConstructor;
import org.springframework.web.bind.annotation.*; import org.springframework.web.bind.annotation.GetMapping;
import org.springframework.web.bind.annotation.RequestParam;
import org.springframework.web.bind.annotation.RestController;
import java.util.List; import java.util.List;

Loading…
Cancel
Save