| Line 23... |
Line 23... |
| 23 |
public void updateCustomerDetails(CustomCustomer customCustomer, String invoiceNumber)
|
23 |
public void updateCustomerDetails(CustomCustomer customCustomer, String invoiceNumber)
|
| 24 |
throws ProfitMandiBusinessException;
|
24 |
throws ProfitMandiBusinessException;
|
| 25 |
|
25 |
|
| 26 |
public InvoicePdfModel getInvoicePdfModel(int fofoId, int orderId) throws ProfitMandiBusinessException;
|
26 |
public InvoicePdfModel getInvoicePdfModel(int fofoId, int orderId) throws ProfitMandiBusinessException;
|
| 27 |
|
27 |
|
| 28 |
public InvoicePdfModel getInsuranceInvoicePdfModel(int fofoId, int orderId) throws ProfitMandiBusinessException;
|
- |
|
| 29 |
|
- |
|
| 30 |
public InvoicePdfModel getInvoicePdfModel(int orderId) throws ProfitMandiBusinessException;
|
28 |
public InvoicePdfModel getInvoicePdfModel(int orderId) throws ProfitMandiBusinessException;
|
| 31 |
|
29 |
|
| 32 |
public String getBillingAddress(CustomerAddress customerAddress);
|
30 |
public String getBillingAddress(CustomerAddress customerAddress);
|
| 33 |
|
31 |
|
| 34 |
public List<CartFofo> cartCheckout(String cartJson) throws ProfitMandiBusinessException;
|
32 |
public List<CartFofo> cartCheckout(String cartJson) throws ProfitMandiBusinessException;
|