| 239 |
paymentAttributes.add(new Attribute(RTGS_BANK, rtgsBank));
|
239 |
paymentAttributes.add(new Attribute(RTGS_BANK, rtgsBank));
|
| 240 |
paymentAttributes.add(new Attribute(RTGS_BRANCH, rtgsBranch));
|
240 |
paymentAttributes.add(new Attribute(RTGS_BRANCH, rtgsBranch));
|
| 241 |
paymentAttributes.add(new Attribute(IFSC_CODE, ifscCode));
|
241 |
paymentAttributes.add(new Attribute(IFSC_CODE, ifscCode));
|
| 244 |
long paymentId = client.createPayment(user.getUserId(), Double.valueOf(amount), RTGS_GATEWAY_ID, Long.valueOf(transactionId));
|
244 |
long paymentId = client.createPayment(user.getUserId(), Double.valueOf(amount), RTGS_GATEWAY_ID, Long.valueOf(transactionId), false);
|
| 245 |
client.updatePaymentDetails(paymentId, null, null, null, null, null, null, null, null, PaymentStatus.SUCCESS, null, paymentAttributes);
|
245 |
client.updatePaymentDetails(paymentId, null, null, null, null, null, null, null, null, PaymentStatus.SUCCESS, null, paymentAttributes);
|
| 248 |
private long createTransaction(User user) throws TransactionServiceException, TException, CatalogServiceException {
|
248 |
private long createTransaction(User user) throws TransactionServiceException, TException, CatalogServiceException {
|