| Line 929... |
Line 929... |
| 929 |
}
|
929 |
}
|
| 930 |
fofoStore.setFofoType(FofoType.FRANCHISE);
|
930 |
fofoStore.setFofoType(FofoType.FRANCHISE);
|
| 931 |
fofoStore.setFofoType(updateRetailerRequest.getFofoType());
|
931 |
fofoStore.setFofoType(updateRetailerRequest.getFofoType());
|
| 932 |
fofoStore.setActivationType(ActivationType.ACTIVE);
|
932 |
fofoStore.setActivationType(ActivationType.ACTIVE);
|
| 933 |
fofoStore.setGstNumber(updateRetailerRequest.getGstNumber());
|
933 |
fofoStore.setGstNumber(updateRetailerRequest.getGstNumber());
|
| - |
|
934 |
fofoStore.setOutletName(retailerAddress.getName());
|
| 934 |
fofoStoreRepository.persist(fofoStore);
|
935 |
fofoStoreRepository.persist(fofoStore);
|
| 935 |
|
936 |
|
| 936 |
// Link store code to onboarding panel (only for NEW store creation)
|
937 |
// Link store code to onboarding panel (only for NEW store creation)
|
| 937 |
try {
|
938 |
try {
|
| 938 |
PartnerOnBoardingPanel pobp = partnerOnBoardingPanelRepository.selectByPhoneNumber(
|
939 |
PartnerOnBoardingPanel pobp = partnerOnBoardingPanelRepository.selectByPhoneNumber(
|