Subversion Repositories SmartDukaan

Rev

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

Rev 3578 Rev 3853
Line 248... Line 248...
248
                }
248
                }
249
            }
249
            }
250
        } catch (TransactionServiceException e) {
250
        } catch (TransactionServiceException e) {
251
            log.error("Could not fetch transaction details", e);
251
            log.error("Could not fetch transaction details", e);
252
        } catch (UserContextException e) {
252
        } catch (UserContextException e) {
253
            e.printStackTrace();
253
            log.error("Could not fetch user details", e);
254
        }
254
        }
255
    }
255
    }
256
 
256
 
257
    public void processPaymentFailure(long customerId) throws TException {
257
    public void processPaymentFailure(long customerId) throws TException {
258
        log.info("Processing Payment failure for customerId: " + customerId);
258
        log.info("Processing Payment failure for customerId: " + customerId);