Subversion Repositories SmartDukaan

Rev

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

Rev 10269 Rev 10968
Line 567... Line 567...
567
        StringBuilder billingAddress = new StringBuilder();
567
        StringBuilder billingAddress = new StringBuilder();
568
        String email = "";
568
        String email = "";
569
        String contactNumber = "";
569
        String contactNumber = "";
570
        Address address = null;
570
        Address address = null;
571
        //get udfs
571
        //get udfs
-
 
572
        log.info("getAttributesAndSetUdfs phone---- " + phone);
572
        if (!(phone == null) && !(phone.isEmpty())) {
573
        if (!(phone == null) && !(phone.isEmpty())) {
573
            //Remember in RechargePaymentController we kept phone set only for a specific case.
574
            //Remember in RechargePaymentController we kept phone set only for a specific case.
574
            //This is the case where we don't need to get the address and can safely set the phone number only.
575
            //This is the case where we don't need to get the address and can safely set the phone number only.
575
 
576
 
576
            contactNumber = phone;
577
            contactNumber = phone;