Subversion Repositories SmartDukaan

Rev

Rev 4472 | Rev 4534 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 4472 Rev 4491
Line 440... Line 440...
440
                }
440
                }
441
            }
441
            }
442
        }
442
        }
443
        try {
443
        try {
444
            //generate products list that is to be uploaded in Amazon.
444
            //generate products list that is to be uploaded in Amazon.
445
            AmazonSCDataGenerator.generateSCProdData(validEntities);
445
            AmazonSCDataGenerator.generateSCProdData(validEntities, GENERATION_TYPE);
446
        } catch (Exception e) {
446
        } catch (Exception e) {
447
            // TODO: handle exception
447
            // TODO: handle exception
448
        }
448
        }
449
    }
449
    }
450
 
450