Subversion Repositories SmartDukaan

Rev

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

Rev 3616 Rev 6050
Line 1... Line 1...
1
package in.shop2020.serving.services;
1
package in.shop2020.serving.services;
2
 
2
 
-
 
3
import in.shop2020.model.v1.order.RechargeOrder;
3
import in.shop2020.payments.Attribute;
4
import in.shop2020.payments.Attribute;
4
import in.shop2020.payments.Payment;
5
import in.shop2020.payments.Payment;
5
import in.shop2020.payments.PaymentStatus;
6
import in.shop2020.payments.PaymentStatus;
6
import in.shop2020.thrift.clients.PaymentClient;
7
import in.shop2020.thrift.clients.PaymentClient;
7
 
8
 
Line 81... Line 82...
81
        //capturePayment(payment, "9644960021411730");  //Result: CAPTURED
82
        //capturePayment(payment, "9644960021411730");  //Result: CAPTURED
82
        
83
        
83
        //This test tries to capture an already captured payment.
84
        //This test tries to capture an already captured payment.
84
        //capturePayment(payment, "9644960021411730");  //Result: !ERROR!-GW00177-Failed Capture Greater Than Auth check.
85
        //capturePayment(payment, "9644960021411730");  //Result: !ERROR!-GW00177-Failed Capture Greater Than Auth check.
85
    }
86
    }
-
 
87
 
86
}
88
}