Subversion Repositories SmartDukaan

Rev

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

Rev 11896 Rev 12616
Line 126... Line 126...
126
			log.error("Shopping cart service exception. Payment id is" + merchantPaymentId, e);
126
			log.error("Shopping cart service exception. Payment id is" + merchantPaymentId, e);
127
		} catch (UserAffiliateException e) {
127
		} catch (UserAffiliateException e) {
128
		    log.error("Affiliate service exception. Payment id is" + merchantPaymentId, e);
128
		    log.error("Affiliate service exception. Payment id is" + merchantPaymentId, e);
129
        }
129
        }
130
		
130
		
131
		DataLogger.logData(EventType.PAYMENT_SUCCESS, getSessionId(), userinfo.getUserId(), 
131
//		DataLogger.logData(EventType.PAYMENT_SUCCESS, getSessionId(), userinfo.getUserId(), 
132
		        userinfo.getEmail(), Long.toString(merchantPaymentId), Utils.getItemIdStringFromOrders(orders));
132
//		        userinfo.getEmail(), Long.toString(merchantPaymentId), Utils.getItemIdStringFromOrders(orders));
133
		
133
		
134
		return "index";
134
		return "index";
135
	}
135
	}
136
	
136
	
137
	public String formatPrice(double price)    {
137
	public String formatPrice(double price)    {