Subversion Repositories SmartDukaan

Rev

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

Rev 3126 Rev 3185
Line 90... Line 90...
90
			log.error("Shopping cart service exception. Payment id is" + merchantPaymentId, e);
90
			log.error("Shopping cart service exception. Payment id is" + merchantPaymentId, e);
91
		} catch (UserAffiliateException e) {
91
		} catch (UserAffiliateException e) {
92
		    log.error("Affiliate service exception. Payment id is" + merchantPaymentId, e);
92
		    log.error("Affiliate service exception. Payment id is" + merchantPaymentId, e);
93
        }
93
        }
94
		
94
		
95
		DataLogger.logData(EventType.PAYMENT_SUCCESS, session.getId(), userinfo.getUserId(), userinfo.getEmail(), Long.toString(merchantPaymentId));
95
		DataLogger.logData(EventType.PAYMENT_SUCCESS, getSessionId(), userinfo.getUserId(), userinfo.getEmail(), Long.toString(merchantPaymentId));
96
		
96
		
97
		return "index";
97
		return "index";
98
	}
98
	}
99
	
99
	
100
	public String formatPrice(double price)    {
100
	public String formatPrice(double price)    {