Openbravo Issue Tracking System - Java Client POS
View Issue Details
0007352Java Client POS(No Category)public2009-02-03 20:522009-02-03 20:52
richsage 
 
normalminoralways
newopen 
5
 
 
0007352: Make TicketInfo available in payment gateways
For some payment gateways it is necessary to print a credit card receipt during the payment process, rather than afterwards (Ocius for PC is one). On this receipt it is good to have some ticket/order details for the customer. Proposal is to include the TicketInfo class as part of the PaymentGateway interface.
Alter PaymentGateway.java to:

public interface PaymentGateway {
    public void execute(PaymentInfoMagcard payinfo, TicketInfo ticket);
}
No tags attached.
Issue History
2009-02-03 20:52richsageNew Issue
2009-02-03 20:52richsagesf_bug_id0 => 2561844
2012-11-07 09:40priyamCategory01 - General => (No Category)

There are no notes attached to this issue.