PaymentInterface should be in konakart_custom.jar .
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
/*
* Now that the order has been completed with all necessary information we can ask the
* engine to calculate the order totals. We send it the order and receive back the same
* order which includes order totals that the customer may check before confirming.
*/
order = eng.getOrderTotals(order, DEFAULT_LANGUAGE);