Subversion Repositories SmartDukaan

Rev

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

Rev 2263 Rev 2419
Line 91... Line 91...
91
		} catch (UserAffiliateException e) {
91
		} catch (UserAffiliateException e) {
92
		    log.error("Affiliate service exception. Payment id is" + merchantPaymentId + " message id and name are " + e.getId() + e.getMessage());
92
		    log.error("Affiliate service exception. Payment id is" + merchantPaymentId + " message id and name are " + e.getId() + e.getMessage());
93
            e.printStackTrace();
93
            e.printStackTrace();
94
        }
94
        }
95
		
95
		
96
		DataLogger.logData(EventType.PAYMENT_SUCCESS.name(), session.getId(), Long.toString(userinfo.getUserId()), userinfo.getEmail(), Long.toString(merchantPaymentId));
96
		DataLogger.logData(EventType.PAYMENT_SUCCESS, session.getId(), userinfo.getUserId(), userinfo.getEmail(), Long.toString(merchantPaymentId));
97
		
97
		
98
		return "index";
98
		return "index";
99
	}
99
	}
100
	
100
	
101
	public String formatPrice(double price)    {
101
	public String formatPrice(double price)    {