Subversion Repositories SmartDukaan

Rev

Rev 28655 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 28655 Rev 31102
Line 1... Line 1...
1
package com.spice.profitmandi.web.payment;
1
package com.spice.profitmandi.web.payment;
2
 
2
 
3
import java.util.ArrayList;
-
 
4
import java.util.List;
-
 
5
 
-
 
6
import org.apache.logging.log4j.Logger;
-
 
7
import org.apache.logging.log4j.LogManager;
3
import com.spice.profitmandi.service.wallet.CommonPaymentService;
8
 
-
 
9
import com.spice.profitmandi.thrift.clients.PaymentClient;
4
import com.spice.profitmandi.thrift.clients.PaymentClient;
10
import com.spice.profitmandi.thrift.clients.TransactionClient;
5
import com.spice.profitmandi.thrift.clients.TransactionClient;
11
import com.spice.profitmandi.web.controller.checkout.CommonPaymentService;
-
 
12
 
-
 
13
import in.shop2020.model.v1.order.TransactionService.Client;
6
import in.shop2020.model.v1.order.TransactionService.Client;
14
import in.shop2020.payments.Attribute;
7
import in.shop2020.payments.Attribute;
15
import in.shop2020.payments.PaymentStatus;
8
import in.shop2020.payments.PaymentStatus;
-
 
9
import org.apache.logging.log4j.LogManager;
-
 
10
import org.apache.logging.log4j.Logger;
-
 
11
 
-
 
12
import java.util.ArrayList;
-
 
13
import java.util.List;
16
 
14
 
17
 
15
 
18
 
16
 
19
public class WalletPaymentService implements IPaymentService {
17
public class WalletPaymentService implements IPaymentService {
20
 
18